Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-10-15 15:10
Flavor·PCRE (Legacy)

/
(<h1.*?>.*?<\/h1>)
/
Open regex in editor

Description

(<h1.?>.?</h1>)

example:

<h1 style="color: red;">Your best title</h1>
Submitted by otharwa