Regular Expressions 101

Community Patterns

107

trim

ECMAScript (JavaScript)
trim string
Submitted by fp - 10 years ago

^[A-Z,a-z,\-, ,\&]+$

0

Regular Expression
.NET (C#)

@"
^[A-Z,a-z,\-, ,\&]+$
"
gm

Description

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