up Inquisit Language Reference

replaceAll function

Searches the first string for all occurrences of the second string and replaces them with the third string.

Member of

<global>

Syntax

replaceAll(s1, s2, s3)

Return Type

string

Parameters

Name Type Description
s1 string The string to be searched.
s2 string The string to be replaced.
s3 string The replacement string.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.