/123\(45\)[EMAIL PROTECTED] add \w* to the end of the pattern to include 46 and 57 in the search result, to match to the end of the word, and add \< to the beginning of the pattern to match for 123 only at the beginning of a word.
Cheers. On 20/03/07, Bin Chen <[EMAIL PROTECTED]> wrote:
I want to know a command for this: a word start with 123 but NOT followed by 45, such as 12346 12357 are match, only 12345 not match. Thanks. abai