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 fab3c0e commit 02302a6Copy full SHA for 02302a6
README.md
@@ -205,6 +205,28 @@ GitHub launched in **2018-04-10**.
205
206
For more details, see [test/snapshots](./test/snapshots)
207
208
+### Escape bracket
209
+
210
+**text:**
211
+```markdown
212
+TODO [Issue #1]: it will be fixed
213
+```
214
215
+**patterns:**
216
+```json
217
+[
218
+ "/TODO \\[Issue #\\d+\\]:/i"
219
+]
220
221
222
+:memo: You should escape bracket both. `\\[` and `\\]`,
223
224
+**results:**
225
226
+**TODO [Issue #1]:** it will be fixed
227
228
229
230
## Changelog
231
232
See [Releases page](https://github.com/textlint/regexp-string-matcher/releases).
0 commit comments