[Mapserver-users] class Expression

Eric Bridger eric@gomoos.org
22 Apr 2003 13:06:32 +0000


 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


_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users