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 c715f00 commit dfaa3caCopy full SHA for dfaa3ca
README.md
@@ -87,7 +87,10 @@ textlint --rule ja-unnatural-alphabet README.md
87
}
88
```
89
90
-同様に[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)を使うことで、`allow`オプションに正規表現での指定が可能です。
+同様に[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)を使うことで、`allow`オプションに正規表現のような指定が可能です。
91
+
92
+:warning: [RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)は文字列で正規表現リテラルを書くため、`\d`のような特殊文字は`"\\d"`とエスケープする必要があります。
93
94
次の設定は`アンドロイド{アルファベット}`は問題ないとしてエラーにしません。
95
96
```json5
0 commit comments