Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-02 08:04
Flavor·JavaScript

/
(?<!\d)\d{15}(?!\d)
/
gm
Open regex in editor

Description

Match the number which length = 15 in string

Submitted by TQT