Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-06-24 06:54
Flavor·ECMAScript (JavaScript)

/
^@[a-zA-Z_.?]{1,},
/
i
Open regex in editor

Description

Check whether string consists of @{name}. Work only for the beginning of the string.

Submitted by bologer