7.4

Table Of Contents
%Show remainder of string
endif()
StringReplace (function)
Replaces all occurrences of a pattern within a string, with another pattern.
Syntax
stringreplace( string, old, new) string
Arguments
string
String in which you want to replace a pattern.
old
String value that defines the pattern you want to replace.
new
String value that represents the replacement pattern.
Code Sample Example
This example replaces the dollar currency symbol with the pound currency symbol.
Example
stringreplace('1,000.00$','$','£')
Strip (function)
Removes all occurrences of a string within another string.
Syntax
strip( string1, string2 ) string value
Arguments
string1
String value to be removed from string2.
string2
String value to change.
©2010 Objectif Lune Inc - 548 -