Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-11-21 18:01
Flavor·PCRE2 (PHP)

/
(?:(?:(?:<([^ ]+)(?:.*)>)\[\[(?:<\/\1>))|(?:\[\[))(?:(?:(?:<([^ ]+)(?:.*)>)(.+?)(?:<\/\2>))|(.+?))(?:(?:(?:<([^ ]+)(?:.*)>)\]\](?:<\/\5>))|(?:\]\]))
/
gm
Open regex in editor

Description

[[plain wikilinks]] <e>[[</e>first tag]] <e dsss>[[</e>meta on first tag]] <e dsss>[[</e><div>first tag + meta + container</div>]] <e dsss>[[</e><div>first tag + meta + container + third tag</div><div>]]</div> <e dsss>[[</e>forgot a bracket <e dsss>[[</e>bracket containers<e>]]</e> all is well

Submitted by Evan Boehs