Regular Expressions 101

Community Patterns

Regex to isolate a shortcode [example]content[/example]

0

Regular Expression
PCRE (PHP <7.3)

@
\[(\[?)(.*?)(?![\w-])([^\]/]*(?:/(?!\])[^\]/]*)*?)(?:(/)\]|\](?:([^\[]*(?:\[(?!/\2\])[^\[]*)*)(\[/\2\]))?)(\]?)
@

Description

no description available

Submitted by anonymous - 5 years ago