Chapter 10 Pattern Matching Using Regular Expressions

Source: Internet
Author: User

A regular expression is an object that describes the character mode. The Regexp class in Javascript represents a regular expression, while both string and Regexp define functions that use regular expressions for powerful pattern matching and text retrieval and replacement.

Javascript 1.2 implements regular expressions of Perl 4, and JavaScript 1.5 implements a large subset of regular expressions of Perl 5.

Create a Regexp object:

Direct amount of regular expressions

Constructor Regexp ()

If you cannot remember the punctuation marks that need to be escaped using a backslash, you can use a backslash before each punctuation mark. On the other hand, it should be noted that many letters and numbers also have special meanings when they are prefixed with a backslash. Therefore, do not use a backslash to escape the letters and numbers that you want to directly match. To add a backslash that is understood as a direct amount in a regular expression, you must use a backslash to escape it.

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.