Regular Expressions 101

Community Patterns

SAIL Recipe Link Fix

1

Regular Expression
PCRE (PHP <7.3)

/
(SAIL_Recipes\.md)(\#)(.*?)(?=\))
/
gmi

Description

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

\L$3\.md

Submitted by anonymous - 8 years ago