Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 121 Bytes

regex.md

File metadata and controls

4 lines (4 loc) · 121 Bytes

Regular expressions

... Everybody loves them

Matching Alphanumeric characters and underscores

"^[a-zA-Z0-9_]*$"