We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82ff67 commit 8b22b55Copy full SHA for 8b22b55
doc/GUIDE.md
@@ -194,6 +194,7 @@ If you mean to match them literally, escape them:
194
| `[value]` | `\[value\]` | `[` and `]` start/end a character class |
195
| `(test)` | `\(test\)` | `(` and `)` begin/end a group |
196
| Markdown link `[t](u)` | `(\[[^]]*\]\([^)]*\))` | Matches `[text](url)` without crossing `]` or `)` |
197
+
198
---
199
200
### 5. Use Non-Capturing Groups
0 commit comments