wdbibtex.WdBibTeX.find_all#
- WdBibTeX.find_all(key)[source]#
Find all keys from word file.
Find all keys in word document. Searching starts from current selection and wrapped if reach document end. MatchFuzzy search is disabled.
- Parameters:
- keystr
A text to search in word document.
- Returns:
- list
A list of list. Each list element is [found text in str, start place in int, end place in int]. The list is sorted by second key (i.e. start place).
See also
replace_all
Replace found keys.