Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-07 04:44
Flavor·PCRE2 (PHP)

/
(?:\d+(\d{1,3})*([\,\ ]\d{3})*\.\d+)?.+(sqft)
/
gm
Open regex in editor

Description

find a number with a comma and continue with a string ex. 1,000 AED

Submitted by anonymous