Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
StringReplace
Function - STRINGREPLACE
STRINGREPLACE
String Replace
String
SYNTAX
StringReplace( ARRAY string, ARRAY oldvalue, ARRAY newvalue)
RETURNS
TEXT ARRAY
DESCRIPTION
Replace in the first parameter string, oldValue with newValue
ADDITIONAL INFO
EXAMPLE
StringReplace("HELLO", "O", "OOOO")