Regular Expressions 101

Community Patterns

extract bills code

0

Regular Expression
PCRE (PHP <7.3)

/
^((0+?)|([\w\d]+))(\D)?(?!\D)(0+)?([1-9]?\d+)$
/
mg

Description

no description available

Submitted by anonymous - 3 years ago