[mapserver-users] Re: Regular Expressions Question

jrom jga at scot.cnes.fr
Thu Jun 14 03:05:46 EDT 2001


>Does anyone know if there is any way to negate a regular expression in a
>MapServer class?

>For instance, EXPRESSION /a/  will match any string that contains the
>character 'a'... what I'm looking for is a regular expression that
>matches any string that does NOT contain character 'a'.

Hi,

Have you tried the regexp negated expression, i.e.:

	EXPRESSION /[^a]/

Regards

jrom




More information about the mapserver-users mailing list