Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-09-27 18:41
Flavor·PCRE (Legacy)

/
(SAIL_Recipes\.md)(\#)(.*?)(?=\))
/
gmi
Open regex in editor

Description

Find the recipe anchor reference to be converted to a file reference. Replacement regex for sublime is:

\L$3\.md

Submitted by anonymous