Skip to content

Commit

Permalink
Update readme.md (fix for #78)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-winter authored Aug 21, 2024
1 parent 0482730 commit 7ee36f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ use the following supported features (in precedence descending order):
| --------------------------- | ---------------- | ------------------------------------------- |
| Single char | ```a``` | character ```a``` |
| Escaped char | ```\\|``` | character ```\|``` |
| Escaped char (hex) | ```\\x20``` | space character |
| Escaped char (hex) | ```\x20``` | space character |
| Any char | ```.``` | any character |
| Char range | ```[a-z]``` | lower case letter |
| Char set | ```[abc]``` | ```a```, ```b```, or a ```c``` character |
Expand Down

0 comments on commit 7ee36f3

Please sign in to comment.