Regular Expressions 101

Community Patterns

0

Kendala

PCRE2 (PHP >=7.3)
kendala
Submitted by rey - a year ago
0

Match color string

PCRE2 (PHP >=7.3)
Match color string
Submitted by EZ - a year ago

Facebook url regex

-3

Regular Expression
PCRE (PHP <7.3)

/
^((?:https?\:\/\/|www\.)(?:facebook)(?:.com\/)(?:[-a-z0-9]+\.)*[-a-z0-9]+.*?)$
/
i

Description

Loading markdown...
Submitted by Devs Devaras - 8 years ago