Regular Expressions 101

Community Patterns

1

Reg124

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
0

DOI matcher

Python
Matches any valid DOI
Submitted by jpowell - 9 years ago

search h1 tag html

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by otharwa - 9 years ago