mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2349f4507a
commit
35406e21d8
@ -93,7 +93,7 @@ write a simple function to automatically find and fix such words.
|
||||
# Search for words split by a hyphen
|
||||
return regex.sub(r'(\w+)\s*-\s*(\w+)', replace_word, match.group(), flags=regex.VERSION1 | regex.UNICODE)
|
||||
|
||||
Use this function with the same find expressions as before, namely::
|
||||
Use this function with the same find expression as before, namely::
|
||||
|
||||
>[^<>]+<
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user