Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago
10

entity

Python
no description available
Submitted by anonymous - 8 years ago

Phone of 10 and 11 digits

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(\(\d{2,}\) ((\d{4}-\d{4})|(9\d{4}-\d{4})))|(\d{2})((9\d{8})|(\d{8}))$
/

Description

Loading markdown...
Submitted by anonymous - 2 years ago