in reply to Re^2: String replacement with regex...
in thread String replacement with regex...

If I read it correctly, that's backwards, matching numbers less than or equal to 255 instead of numbers strictly greater than 255. (The post you're replying to was doing very clever things with truth and falsehood.)

Replies are listed 'Best First'.
Re^4: String replacement with regex...
by Gilimanjaro (Hermit) on Aug 09, 2004 at 09:40 UTC
    You're right... Oops...