does vbscript provide any tools for outputting text based on a regular expression? i basically want to use regular expressions as text generators. for example, if i have a regular expression that indicates a max length of 20 alpha characters, then it would output a random string of 0 to 20 alpha characters. i'm sure i can manually code my own function to parse a regular expression, but that would be a ton of work. any thoughts? anyone done this before?
thanks,
glenn
thanks,
glenn