Regular Expressions 101

Community Patterns

Pipe Regex

0

Regular Expression
PCRE (PHP <7.3)

/
hello\s+animals:\s+(?<!animals:)|(?P<hi>cat|cow|dog|sheep)|deer
/
g

Description

no description available

Submitted by anonymous - 7 years ago