How to test a regular expression and a regular expression

Source: Internet
Author: User

How to test a regular expression and a regular expression

When we write a regular expression, we are eager to verify whether it is correct. Sometimes, we need to modify and verify it repeatedly to write a more accurate and perfect regular expression, at this time, a good regular expression testing tool is very necessary. This article will summarize from the following aspects.

Two easy-to-use regular expression testing tools

1, RegexTester

This tool was developed by deerchao: http://deerchao.net/tools/regex_tester/index.htm

2, MTracer

This tool is also very powerful, and you can search online.

Online testing tools

Here I also recommend two very good online RegEx testing sites.

1, http://www.regexpal.com/

2, http://rubular.com/

If you have other useful tools, update them later...


In jquery, how can I use a regular expression to test whether a string is a number?

Function shuzi (str ){
Var s =/^ [0-9] * $ /;
Return s. test (str );
}

In jquery, how can I use a regular expression to test whether a string is a number?

Function shuzi (str ){
Var s =/^ [0-9] * $ /;
Return s. test (str );
}

Related Article

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.