[Mapserver-users] class Expression

Eric Bridger eric at gomoos.org
Tue Apr 22 09:06:32 EDT 2003


 You can use regular expressions with the OR operator '|', e.g.:

  EXPRESSION /^(One|Two)$/  should match either "One" or "Two".  ^ means
at the beginning of the line and $ means at the end to force an exact
match. I.e. "Oneeee" won't match.

HTH.




On Tue, 2003-04-22 at 16:29, Aaron D. Hunt wrote:
> Can I put a list of strings in an class expression? I want to Class a few states together and not have to make different classes for each one if I do not have to.
> 
> Aaron D. Hunt





More information about the mapserver-users mailing list