search.replaceAll

Syntax search.replaceAll ()

Params None required

Action Based on the contents of the search.params table, searches for all occurrences of the search string in the current scope, starting at the current cursor position, and replaces them with the replacement string. Depending on the search parameters, the

search may wrap around when it reaches the end of the search scope.

Returns The number of times the search string was found and replaced.

Examples search.replaceAll ()
» 3

See Also search.globalReplace

search.findNext

search.replace

Discuss