Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-06-21 15:21
Flavor·Python

r"
\<code\>(.*?)\<\/code\>
"
gm
Open regex in editor

Description

Finds any value inside the HTML <code>...</code> in order to replace with $...$

Submitted by anonymous