Regular Expressions 101

Community Patterns

1

datime

PCRE2 (PHP >=7.3)
datetime
Submitted by anonymous - 20 hours ago
1

Match paths

PCRE2 (PHP >=7.3)
Match paths
Submitted by os_niko - 7 days ago

afsd

1

Regular Expression
PCRE (PHP <7.3)

/
^((?:(?:[^?+*{}()[\]\\|]+|\\.|\[(?:\^?\\.|\^[^\\]|[^\\^])(?:[^\]\\]+|\\.)*\]|\((?:\?[:=!]|\?<[=!]|\?>)?(?1)??\)|\(\?(?:R|[+-]?\d+)\))(?:(?:[?+*]|\{\d+(?:,\d*)?\})[?+]?)?|\|)*)$
/

Description

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