mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Fix #1740461 [doc -- regular expression write-up syntax error](https://bugs.launchpad.net/calibre/+bug/1740461)
This commit is contained in:
parent
10254b86f1
commit
38f2b885c0
@ -60,7 +60,7 @@ Shorthand character classes
|
||||
| ``\D`` | Any non-numeric character (same as ``[^0-9]``) |
|
||||
| | |
|
||||
+---------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| ``\w`` | An alphanumeric character plus the underscore (``[a-zA-Z0-9_]``) including characters with accent mark and ligatures |
|
||||
| ``\w`` | An alphanumeric character (``[a-zA-Z0-9]``) including characters with accent mark and ligatures |
|
||||
| | |
|
||||
+---------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| ``\W`` | Any “non-word” character |
|
||||
|
Loading…
x
Reference in New Issue
Block a user