Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-13 12:29
Flavor·ECMAScript (JavaScript)

/
(?=(\d{2}$)+(?!\d))
/
gm
Open regex in editor

Description

select the space between precision of two

Submitted by anonymous