A detailed description of the regular expression of JavaScript learning

Source: Internet
Author: User
Tags modifiers

what is a regular expression (Regular expreSSion)

A regular expression is an object that describes the character pattern.

Can handle more complex strings

  Regular Expressions in JavaScript use the RegExp Object Representation

Regular expressions are used to match string patterns and retrieve replacements, and are powerful tools for performing pattern matching on strings.

  How to use Regular Expressions in JavaScript

  Grammar

  var patt=new RegExp (pattern,modifiers)

Dynamic creation of regular expressions

  var patt=/pattern/modifiers;

  Parameters

  Pattern ( pattern ) describes the mode of an expression

  ModifierS ( modifier ) for specifying global matching, case-sensitive matching, and multiline matching

  Common modifiers

Modifiers are used to perform case-sensitive and global matching

  Square brackets

Square brackets are used to find characters in a range

  Metacharacters

metacharacters ( Metacharacter) is a character that has a special meaning

  Quantifiers

original link:http://www.maiziedu.com/wiki/js/regexp1/

A detailed description of the regular expression of JavaScript learning

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.