Regular Expressions 101

Community Patterns

Find label tags without for attributes

1

Regular Expression
PCRE (PHP <7.3)

/
^(?!.*for).*<label.*$
/

Description

no description available

Submitted by DevlshOne - 8 years ago