Regular Expressions 101

Community Patterns

Simple HTML Label Finder

0

Regular Expression
PCRE (PHP <7.3)

/
<\s*\w*:*\w*label\s*\S*>(.*)<\/\s*\w*:*\w*label\s*\S*>
/
gmi

Description

no description available

Submitted by DAKMH - 6 years ago