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.
regexp/letter-case
1 parent 3d3747b commit 9c2c865Copy full SHA for 9c2c865
docs/rules/letter-case.md
@@ -55,7 +55,7 @@ var foo = /\ca/
55
- Properties
56
- `caseInsensitive` ... Specifies the letter case when the `i` flag is present. Default is `"lowercase"`.
57
- `unicodeEscape` ... Specifies the letter case when the unicode escapes. Default is `"lowercase"`.
58
- - `hexadecimalEscape` ... Specifies the letter case when the hexadecimal escapes. Default is `"ignolowercasere"`.
+ - `hexadecimalEscape` ... Specifies the letter case when the hexadecimal escapes. Default is `"lowercase"`.
59
- `controlEscape` ... Specifies the letter case when the control escapes (e.g. `\cX`). Default is `"uppercase"`.
60
61
## :rocket: Version
0 commit comments