Posted by Martin Larsen on 08/15/06 15:31
I would rather use negative lookbehind and lookahead. This will match just the number 10: (?<!\d)10(?!\d) Means: 10, but NOT if it comes after a digit, and NOT if it comes before a digit
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming