Regular Expressions 101

Community Patterns

11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 8 years ago

Pull Quote regex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<blockquote[^>]*>((?>.|\s)+?)[^>]*<cite[^>]*>((?>.|\s)+?)<\/cite><\/blockquote>
/

Description

Loading markdown...
Submitted by sunilP - 6 months ago