Regular Expressions 101

Community Patterns

lookahead not match 'aa'

0

Regular Expression
ECMAScript (JavaScript)

/
(^|\s)(?!\w*aa\w*)(\w+)
/
gi

Description

no description available

Submitted by anonymous - 8 years ago