Regular Expressions 101

Community Patterns

1...45678...297

Match text (not within html tag)

7

Regular Expression
ECMAScript (JavaScript)

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

Description

no description available

Submitted by Moistly - 9 years ago