Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(\w+)\((\w+)\)|(\w+)
/

Description

An expression to parse strings in the format tag(value) or tag or tag()

Submitted by anonymous - 3 years ago