Paul Johnson wrote: > If the PATTERN evaluates to the empty string, the last > successfully matched regular expression is used instead. Addendum, which should probably go in the doc: you can use /(?:)/ to get an effective empty pattern that will not invoke this magic. -zeframThread Previous | Thread Next