[thelist] Parsing text (ASP)

Scott Dexter sgd at ti3.com
Wed Apr 4 11:16:53 CDT 2001


> Sorry, on the fly within ASP.
> 
> I'm able to go through and do things like finding
> certain text like view.asp and making it test.asp, all
> on the fly.  But, in this case, the same word that's
> in the IMG SRC or HREF may be in a sentence and I
> don't want to replace the word in a sentence.  

Do you have IIS5 (Win2K)? This screams regular expressions. Doing it
otherwise will be painful and kludgy.

Don't have IIS5? You can still do regexes with ASP --you can download the
ver5.5 scripting engine and install it on your IIS4 box.

Or you can install ActiveState's win32 port of perl, which will give you a
PerlScript engine, which rocks with regexes, which you can use in ASP....

now are you confused? ;)

sgd




More information about the thelist mailing list