Skip to content

SearchCursor.replaceAll method

SearchCursor › replaceAll

Unofficial

Replace all search results with specified text.

Signature:

replaceAll(replacement: string, origin: string): void

Parameters:

Parameter Type Description
replacement string The text to replace with.
origin string The origin identifier for the change.

Returns: void