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)

Parameters

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

Examples


Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.