Regular Expressions 101

Community Patterns

Id token

1

Regular Expression
PCRE (PHP <7.3)

/
[A-Za-z](_?([a-zA-Z]|[0-9]))*
/

Description

Token to get the id, tarea 3 compiladores

Submitted by Iker Arbulu Lozano - 8 years ago