Regular Expressions 101

Community Patterns

Match a single character at a time present in the list

0

Regular Expression
ECMAScript (JavaScript)

/
[-[\]{}()*+?.,\\^$|#\s]
/

Description

no description available

Submitted by anonymous - 7 years ago