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 0482730 commit 7ee36f3Copy full SHA for 7ee36f3
readme.md
@@ -1240,7 +1240,7 @@ use the following supported features (in precedence descending order):
1240
| --------------------------- | ---------------- | ------------------------------------------- |
1241
| Single char | ```a``` | character ```a``` |
1242
| Escaped char | ```\\|``` | character ```\|``` |
1243
-| Escaped char (hex) | ```\\x20``` | space character |
+| Escaped char (hex) | ```\x20``` | space character |
1244
| Any char | ```.``` | any character |
1245
| Char range | ```[a-z]``` | lower case letter |
1246
| Char set | ```[abc]``` | ```a```, ```b```, or a ```c``` character |
0 commit comments