Regular Expressions 101

Community Patterns

Get Currency SYMBOL/CODE

2

Regular Expression
PCRE (PHP <7.3)

/
(?|^\s*(\p{S}).*$|^.*(\p{S})\s*$|^.*?(\p{L}{1,6})\s*$)
/
gm

Description

no description available

Submitted by Ka. - 11 years ago