Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-08 12:15
Flavor·ECMAScript (JavaScript)

/
((?![a-zA--ž\d\s\.,'&/-]).)
/
gm
Open regex in editor

Description

Do the opposite so we can test for invalid characters

Submitted by anonymous