Quote:
Originally Posted by KevinH
As for Python Function Replace - outside of numbering something or doing Title Case (or some other case conversion) how many people have actually used their own python function replace routines?
|
The only time I use Calibre's function S&R is for case conversion, since it's one thing that a plain regex just can't do. Since I'm a pretty heavy editor, and do a lot of complex search and replace, I suspect that is true of most everyone else, too.