Zoomed Image

AMSX Scripting Language - Command : ReplaceString

Summary

Replace all occurrences of a literal string in the result buffer

Description

Replaces all occurrences of the search string with the replacement string in the result buffer. Unlike Replace, no special token decoding is applied. The replacement is case-sensitive.

Parameters

ParameterDescription
cmdString to find
Argument 0Replacement string

Syntax


ReplaceString "String to find", "Replacement string"

Return to the AMSX Command Reference