Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7631623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:24:05+00:00 2026-05-31T06:24:05+00:00

I had the same question with $$ signs ( question with $$ ), but

  • 0

I had the same question with $$ signs (question with $$), but can’t get it to work (same code) with \[ and \] signs. I need regex pattern to recognize when I’m inside those signs (I can have multiple ones in the same text, they all should be covered).

text.replace(/\$.*?\$/g, function(m, n){
    if(caret > n && caret < (n + m.length)){
        alert("BOOM");
    }
});

So /\$.*?\$/g should become something else so it recognizes when I’m inside \[ and \] signs. Regular replacing doesn’t work (/\\[.*?\\]/g).

Also \[some\thing\] should work – it should select some\thing (\ shouldn’t make any troubles).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T06:24:06+00:00Added an answer on May 31, 2026 at 6:24 am

    If you want to match \[ literally, you have to escape both characters, \ and [, thus it becomes \\\[ (the same for \]).

    In general: Whenever you want to match a character with a special meaning, you have to escape it with \.

    But note that the backslash is the escape character in strings as well. So if you defined a string as:

    "\[some\thing\]"
    

    the actual value is

    "[some  hing]"
    

    (\t is a tab)

    You’d have to escape \ here as well:

    "\\[some\\thing\\]"
    //  "\[some\thing\]"
    

    So before you think about a regular expression, double check the actual input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had asked the same question for iOS on iPad but now I am
I had put an question in StackOverflow yesterday but could not get the answer.
I had the same question as was asked in this thread , i.e. I
I have the same question for Maven that someone had about Ant ( How
If i had two different application running under the same solution but using different
Original question is below. I fixed my problem. I had the same view controller
I had the same question as asked here: New git repository in root directory
I've had this same question when working with different templating systems in different languages
Has anyone had the same experiences with jQuery AJAX and the beforeSend property? Any
Seems like just yesterday I had this same problem with Play! v1. After trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.