[thelist] Strip out special characters - novice

Anthony Baratta Anthony at Baratta.com
Thu Jan 22 15:17:06 CST 2004


At 12:50 PM 1/22/2004, Rob Smith wrote:

>I need direction on how to say... strip out this string '@@@@' in a known
>string. There could be multiple '@@@@'s in a known string.
>
>Is there a way to do this? like a built in function to ASP?

If you don't care how many @ there are and want them ALL gone just use the 
Replace function.

Here is the HTML version of the VBScript Language Reference.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vbscripttoc.asp



More information about the thelist mailing list