I want to change a word in a micro$oft word document
I install python-docx, search for the word to change it -- not there
Ah but word is a collection of paragraphs. Okay, nice. For all paragraphs, change that word
Oh cripes, the word is not changed in tables. Okay for all tables, for all rows, for all cells, for all paragraphs, change that word
Oh but that word contains hyphens! And when the word is broken at a new line, it is not recognized
So I try to change the hyphen into an underscore: no regex. Only wildcards. Wildcards, being wild, do not work.
Word is Bad.
Word is Evil.