Regular Expressions 101

Community Patterns

Spell Checker Test

1

Regular Expression
ECMAScript (JavaScript)

/
(text|simple)(?![^<]*>|[^<>]*<\/)
/
gm

Description

For use in testing SpellChecker(MHApps)

Submitted by Matt - 9 years ago