Regular Expressions 101

Community Patterns

0

belcorp

PCRE2 (PHP >=7.3)
test
Submitted by anonymous - a year ago
0

Php

PCRE2 (PHP >=7.3)
Php
Submitted by Nickname - a year ago
0

find between

PCRE (PHP <7.3)
find between
Submitted by anonymous - a year ago

Regex Group Regex

0

Regular Expression
PCRE (PHP <7.3)

/
(?P<group_definition> \( (?P<options>[^\:\>\s\(\)]*[\:\>])? (?P<pattern> (?:[^\)\(]*(?R)*)* ) \) (?P<quantifier> (?:[\*\+\?])| (?: \{(?P<min>\d*) (?: , (?P<max>\d*)? )? \} ) )? )
/
imxg

Description

Loading markdown...
Submitted by jparish1977@gmail.com - 8 years ago