Regular expression Instances

Source: Internet
Author: User

Some of their own use of regular expressions, organized under the convenience of later use ...

Telecom Mobile phone number
String dianxin = @ "^1[3578][01379]\d{8}$";
Regex numberd = new Regex (dianxin);
Mobile phone number
String Yidong = @ "^ (1[34578][0123456789]\d{8}|134[012345678]\d{7}) $";
Regex numbery = new Regex (Yidong);
Unicom Mobile phone Number
String liantong = @ "^1[34578][01256]\d{8}$";
Regex numberl = new Regex (Liantong);
Landline number
String Zuoji = @ "^0[23456789][0123456789][23456789]\d{6}";
Regex numberz = new Regex (Zuoji);

String exactly matches content: only 0-9 and * are allowed

var lamda =/^ ([*0-9]*) \d{0,11}$/;
RESULT1 = Lamda.test (isbusy);

Regular expression Instances

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.