$encloseText

enclose Text
Syntax
    $encloseText{argument1}{argument2}{argument3}{argument4}{parameter5}{parameter5}{parameter6}
DocumentationReplaces all occurences of argument 2 in argument 1 through the sequence of argument 3, the original string and argument 4.
If parameter 5 (optional, defaults to 1) is true (1) the function works case-sensitive.
If parameter 6 (optional, defaults to 0) is true html tags are left untouched.
Examples
    $set{enclosed}{$encloseText{some string value}{string}{}{}}

    Result:
    The varaible enclosed has the value 'some string value'.
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters4
Maximum parameters 6