Regular Expressions 101

Community Patterns

Data attributes with or without value

0

Regular Expression
PCRE (PHP <7.3)

/
(data-(?:[a-zA-Z0-9-]+))(?=[a-zA-Z0-9]*)(?:=[\"|\'](.*?)[\"|\'])?
/
gms

Description

no description available

Submitted by anonymous - 4 years ago