APM: Regex Question

David Bluestein II dbii at interaction.net
Sun Jun 25 23:29:39 PDT 2006


Okay I want to do the following in this order:

s~(/nexres/reservations/application[^"])+~VALUE$1~g
s~/nexres/reservations[^"]+~VALUE2~g

How do I construct REGEX #2 so that it doesn't match the result from 
#1? I need something like:

/nexres/reservations([^"]+) where $1 is not like '/a.*'

I know there is something like that, but don't remember the syntax.

Thanks-

David
-----------------------------------------------------------------------
David H. Bluestein II
President & Lead Developer         dbii at interaction.net
ii, inc.                                                  
http://www.interaction.net
     -- Specializing in Interactive, Database Driven Websites --



More information about the Austin mailing list