Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2024-01-08 17:10
Flavor·PCRE2 (PHP)

/
(\d{1,3})( \d{3})+
/
gm
Open regex in editor

Description

Matching french integer numbers : group digits by 3 with a space between groups

Submitted by scalpa