Click to See Complete Forum and Search --> : ASP Search and Replace Wild Card Question


theflyingminst
09-02-2008, 11:27 PM
Hi, is there a way to search and replace by a wildcards in ASP?

What I want to do is replace a letter based on if it's surrounded by two numbers. It doesn't matter which numbers, as long as they're numeric..

Thanks much.

sstalder
09-04-2008, 01:39 PM
You will have to use a RegExp function with a pattern that meets your requirements.

theflyingminst
09-04-2008, 03:43 PM
Cool, thanks!