Regular Expressions 101

Community Patterns

Get decimal point amount from amount string with currency symbol

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(\d+\.?\d+)
/
gm

Description

Get decimal point amount from amount string with currency symbol

Submitted by anonymous - a month ago