Regex tester
Pattern
Input
[abc]
[[abc]]
[[abc] or [abc]]
Options
Replacement
Click the context tab to see replacements.
3 matches found in about 3 milliseconds.
IndexPositionMatched String$1
00[abc][abc]
117[abc][abc]
226[abc][abc]
[abc]
​[[abc]]
​[[abc] or [abc]]
  1. empty string
  2. [abc]

  3. [[abc]]
    [
  4. [abc]
  5. or
  6. [abc]
  7. ]