Regular Expressions 101

Community Patterns

Validate HTML Id

0

Regular Expression
Python

r"
^[A-Za-z]+[\w\-\:\.\_]+(?!\!\@\#\$\%\^\&\(\)\{\}\[\]\?\`\~\;\"\'\\\/\<\>\+\=\,)*$
"

Description

no description available

Submitted by Gustavo Ferreira - 3 years ago