This commit is contained in:
Kovid Goyal 2014-11-19 22:18:03 +05:30
parent 2349f4507a
commit 35406e21d8

View File

@ -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::
>[^<>]+<