Regular Expressions 101

Community Patterns

Capture example

1

Regular Expression
PCRE (PHP <7.3)

/
(\[[\.\-\w]+\])
/
i

Description

no description available

Submitted by Darkoeur - 8 years ago