Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-16 10:10
Flavor·PCRE2 (PHP)

/
^#+\s*(.*?)\{#(.*)\}
/
gm
Open regex in editor

Description

matches the titles from a markdown starting with #

i.e.

Campaign uploader {#15mins-campaign-uploader}

Submitted by Deepak O