Guest_imported
New member
- Jan 1, 1970
- 0
I'm having trouble with greedy quantifiers using vbs regex. This works with Perl:<br> <IMG.*?> if I am looking for html image tags in a html doc<br><br>It doesn't work with vbscript. (Error: unexpected quantifier). Other regex that I have tried work fine.<br><br>Thank you in advance for considering this.<br>