Regular Expressions 101

Community Patterns

1

Youtube ID

PCRE (PHP <7.3)
get youtube video ID
Submitted by anonymous - 8 years ago
1

get class

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Validate number in format: +xxxxxxxxxxx

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:\+[0-9]{1,3}()|[0-9]{6,10}()){2}\1\2$
/

Description

Loading markdown...
Submitted by Donatas Stončius - donatas@stoncius.lt - 8 years ago