Home | History | Annotate | Download | only in docs

Lines Matching refs:words

1081       for words in text.split(" "):
1084 if len(words.split(char)) >= CAP_LETTER_MIN:
1085 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1086 new_txt = new_txt.replace(words, new_word)