Help with regular expression

Attila Csipa plists at PROMETHEUS.ORG.YU
Fri Sep 10 08:22:50 EDT 2004


On Friday 10 September 2004 13:37, Berend Veldkamp wrote:
> I thought of that, but it would not catch "012" or "990". I want only
> those records that don't start with exactly 3 zeroes.

I have not tried it, but if it's anything like regex in perl I would write
something like

expression /^(?!000)/



More information about the mapserver-users mailing list