Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-01-09 19:08
Flavor·PCRE (Legacy)

/
^((091|\+91)?|\((091|\+91)?\)|(91)?|\(91\)|0)? ?[7-9][0-9]{9}$
/
gm
Open regex in editor

Description

Can match all indian 10 digit mobile numbers (with or without country code,braces or prefixed 0)

Submitted by Harshvardhan Malpani