Releases: VincentSit/ChinaMobilePhoneNumberRegex
Add support for 1441 prefix.
Added by @VincentSit in Pull Request #29.
Add support for 192 prefix.
- Add support for 192 prefix.
- Fix some regular expressions not covering the prefix 190 / 192 / 195 / 196 / 197.
Add support for 172 prefix.
Add support for 172 prefix. By @VincentSit in Pull Request #26. Thanks @KngStr.
Add support for 190 / 196 / 197 prefix.
Add support for 190 / 196 / 197 prefix. By @VincentSit in Pull Request #23.
Add support for 162 / 193 prefix.
Add support for 162 / 193 prefix. By @VincentSit in commit ba3fc14.
Add support for 195 prefix.
Add support for 195 prefix. By @VincentSit in commit 4d7dedb. Thanks @ElegantDancer.
Reminder for mobile number portability service
This release is just a reminder, no changes.
The mobile number portability(MNP) service in mainland China has been officially available on December 1, 2019, China Standard Time. It is no longer accurate to detect carriers by mobile phone numbers. However, there is no alternative.
Support for the POSIX standard.
- Add support for the POSIX standard regular expression. By VincentSit in Pull Request #17.
- Add test data, see the test branch.
Optimize the compatibility of some regular expressions in JavaScript.
This version improves the matching speed of some regular expressions and fixes that some regular expressions are not compatible with JavaScript.
Added by VincentSit in Pull Request #15