Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-12-13 12:09
Flavor·ECMAScript (JavaScript)

/
^[062]{1,3}
/
gm
Open regex in editor

Description

Remove the country code or zero leading for Indonesia phone number

This regex only read numeric, didn't include any symbol like '+'

Submitted by Blackjack100