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
text | String, in which search is made |
matched_text | Substring to find |
start_pos | Position in the string from which search is started |