Regular Expressions 101

Community Patterns

Isolates Formatted money String inside HTML tags

0

Regular Expression
PCRE (PHP <7.3)

/
(?=>([$0-9,\.]*))
/
i

Description

no description available

Submitted by anonymous - 8 years ago