TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int StringFind ( string  text,
string  matched_text,
int  start_pos = 0 
)

Searches for a substring in a string

Parameters
textString, in which search is made
matched_textSubstring to find
start_posPosition in the string from which search is started
Returns
Returns position number in a string, from which the searched substring starts, or -1, if the substring is not found