Regular Expressions 101

Community Patterns

Format thousand number with Regex

0

Regular Expression
ECMAScript (JavaScript)

/
\B(?=(\d{3})+(?!\d))
/
gm

Description

no description available

Submitted by anonymous - 5 years ago