mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 12:33:11 +02:00
...
This commit is contained in:
parent
2349f4507a
commit
35406e21d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue