Regular Expressions 101

Community Patterns

Match text (not within html tag)

7

Regular Expression
ECMAScript (JavaScript)

/
(me)(?!([^<]+)?>)
/
gi

Description

no description available

Submitted by Moistly - 9 years ago