Regular Expressions 101

Community Patterns

3

Non vowel words

ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by regexe - 8 years ago

Regex Card Name - Custom

1

Regular Expression
.NET (C#)

@"
^[a-zA-Z\s\d\/\+\(\)\#\&]*$
"
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago