in reply to Re^2: Integrating match counts into regex matching
in thread Integrating match counts into regex matching
Zero-length negative lookbehind. Ensures that the string of a's is not preceded by another a.
Zero-length negative lookahead. Ensures the matched string of b's is not followed by another b.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Integrating match counts into regex matching
by ikegami (Patriarch) on Dec 19, 2008 at 08:21 UTC | |
by BrowserUk (Patriarch) on Dec 19, 2008 at 08:54 UTC | |
by ikegami (Patriarch) on Dec 19, 2008 at 08:57 UTC |