Posts by Felipe Azambuja • 1 point
1 post
-
0
votes1
answer203
viewsA: REGEX ASP Classic Replace
Try that code texto="Lorem ipsum dolor www.stackoverflow.com sit amet, consectetur adipiscing elit" Set regx = New RegExp regx.IgnoreCase = True regx.Global = True regx.Pattern =…