Regular Expressions 101

Community Patterns

11

Codice fiscale

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

get specific value from html tag

5

Regular Expression
PCRE (PHP <7.3)

/
<div[^>]+id\s*=\s*['"]([^'"]+)['"][^>]*>
/
gi

Description

Loading markdown...
Submitted by A.ROA - 7 years ago