Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-06-13 15:36
Flavor·JavaScript

/
[^a-zA-Z0-9]\B
/
g
Open regex in editor

Description

An example of a regex to use when wanting to remove special characters from a string

Submitted by anonymous