Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-12 18:19
Flavor·PCRE2 (PHP)

/
(\w+)\((\w+)\)|(\w+)
/
Open regex in editor

Description

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

Submitted by anonymous