Lines Matching defs:replace
3 Defines various replace related functions like replace, replace all,
4 and replace+find.
14 def replace(text, insert_tags=None):
102 If the find is successful, then perform replace.
110 First performs a replace and then, if the replace was
114 if self.do_replace(): # Only find next match if replace succeeded.
134 Search text for occurrences of the Find value and replace
159 # XXX ought to replace circular instead of top-to-bottom when wrapping
296 replace(text)