Regular Expressions 101

Community Patterns

Regex to find all shortcodes in a string [example]content[another][/example]

0

Regular Expression
PCRE (PHP <7.3)

@
\[([^<>&/\[\]\x00-\x20=]++)
@
g

Description

no description available

Submitted by anonymous - 5 years ago