"MongoDB" the Regex Expression query of MongoDB

Source: Internet
Author: User
Tags regex expression

In the past-blogs, the topic mainly focus on the high query operation of MongoDB.  In this blog, we simply study the regex expression in the mongdb. MongoDB also support the Regex query. For example


The expression is also able to combination with other expression.



Notes:/^a/; /^a.*/; /^a.*$/has the same result, however the later, which has less efficiency than the first one. Because the later would scan all the things and the first only scan the first character.

The item:

-i:ignore the upper or low case

-m:the begin ' ^ ' and end ' $ ' do work on every new line;

-x:ignore the blank character

-s:since 1.9 version, adding it could make '. ' Reprent all the character.

For example:

/a.*b/does not matches "Apple\nbanana" BUT/A.*B/S does.




"MongoDB" the Regex Expression query of MongoDB

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.