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

  • Home
  • SEARCH
  • 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 8523065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:18:14+00:00 2026-06-11T07:18:14+00:00

What does [[]] mean in regex? $ echo ‘[][]’ | grep -oE ‘[[]]’ []

  • 0

What does [[]] mean in regex?

$ echo '[][]' | grep -oE '[[]]'
[]
[]
$ grep --version
grep (GNU grep) 2.10

Hmm, it appear that it matches [].
(The character sequences [], not [ or ].)
(I’ve tested it with python’s re module, same result.)
Really?
If so, why?

I knew if I want to match [ or ], I should have written [][] or [[\]].
(They work in PCRE, grep supports [][] but not [[\]] since \ loses special meaning in grep’s bracket expression.)
I’m only feeling curiosity.

  • 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-06-11T07:18:15+00:00Added an answer on June 11, 2026 at 7:18 am

    The expression [[]] actually consists of two concatenated subexpressions: [[] and ].

    • [[] is character class that matches only [ characters. Having [ is only possible at the very beginning of a character class.
    • ] is just a normal character if outside of a character class.

    Both are concatenated thus your expression matches any character of [ followed by ], which results in matching [].

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

Sidebar

Related Questions

if(possTape.matches({\\(\\d+,\[^:=;@\\\)\\(\\{\\}\\[\\]]+\\\)(,\\(\\d+,\[^:=;@\\\)\\(\\{\\}\\[\\]]+\\\))+})) But what does that mean? I've tested this regex on regexpal (with adjustments
I have two quick question with regex with grep. what does \? mean? I
What does the underscore mean in the following regex? [a-zA-Z0-9_] The _ seems to
In the folllowing regex: [a-zA-Z_]?\(\\.|[^\\])*\ What does \(\\.|[^\\])*\ mean?
Does [_\s^] mean underscore and whitespace but not (quote) in Reg I understand that
What does the plus symbol in regex mean?
I have a regex that contains a character class followed by TWO cadinality characters
What does this regex mean? ^[\w*]$
What does the ?! mean in the following regex expression? new RegExp('http:\/\/(?!' + location.hostname
What does (?<=x) mean in regex? By the way, I have read the manual

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.