Title |
Test
Find
Indonesian Cell Phone Number Validation
|
Expression |
^((?:\+62|62)|0)[2-9]{1}[0-9]+$ |
Description |
Validate Indonesian "Mobile Numbers Only" with or without the country code, also base on regular phone number format at http://id.wikipedia.org/wiki/Daftar_kode_telepon_di_Indonesia. This regex only allowed characters that accepted by mobile phone/sms gateway only :D |
Matches |
+62817737669 | 62817737669 | 0817737669 | 6221995500 | 021995500 | 0401998866 |
Non-Matches |
+817737669 | 817737669 | 00817737669 | 0817 737 669 | 0817-737-669 | 021-995500 |
Author |
Rating:
Didi Yudhiarto walnutz.net
|
Source |
http://blog.walnutz.net/validasi-nomer-handphone-indonesia-dengan-php-regular-expression-regex.html |
Your Rating |
|