Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
^\S.*[a-zA-Z\s]*$
/
g

Description

First character can not be space and only characters are allowed

Submitted by anonymous - 3 years ago