wdbibtex.WdBibTeX.replace_all#

WdBibTeX.replace_all(key, val)[source]#

Replace all keys in document with value.

Replace all keys in word document with value. Searching starts from current selection and wrapped if reach document end. MatchFuzzy search is disabled.

Parameters:
keystr

Original text.

valstr

Replacing text.

See also

find_all

Find all keys in the document.