Regular Expressions 101

Community Patterns

select-decimals

0

Regular Expression
ECMAScript (JavaScript)

/
(?=(\d{2}$)+(?!\d))
/
gm

Description

select the space between precision of two

Submitted by anonymous - a year ago