Regular Expressions 101

Community Patterns

match wordpress plugins [plugin_name ...]...[/plugin]

-2

Regular Expression
PCRE (PHP <7.3)

/
(?:(\[[a-zA-Z]+.*?\/?\].*?\[\/[a-zA-Z]+.*?\/?\]))
/
g

Description

no description available

Submitted by chris backhouse - 9 years ago