Quote:
Originally Posted by philja
I'm always interested in expanding my use of regex so I tried both Doitsu's test case [...]
|
Both you and ElMiko apparently missed the following:
- I wrote a simple Sigil regex search plugin
- That plugin supports a third-party Python regex library called "regex"
- The regex Python library supports variable-length lookbehínds
- I.e. the plugin could be used as a stop-gap measure.
(It'll search all files selected in the book browser and display the matches in the validation´window.)