Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-01-09 17:58
Flavor·PCRE (Legacy)

/
(?<![^_])(?:a|b)(?![^_])
/
g
Open regex in editor

Description

Zero length negative lookbehind

Submitted by anonymous