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
StringExtract
Function - STRINGEXTRACT
STRINGEXTRACT
String Extract
String
SYNTAX
StringExtract( ARRAY string, ARRAY value, ARRAY value)
RETURNS
TEXT ARRAY
DESCRIPTION
Extract a string from the string in the first parameter, starting at the specified number in the second parameter and ending at the specified number in the third parameter
ADDITIONAL INFO
EXAMPLE
StringExtract("HELLO", 1, 3)