MQL5参考标准程序库字符串CStringFindRev StrLenCopyFillAssignAppendInsertCompareCompareNoCaseLeftRightMidTrimTrimLeftTrimRightClearToUpperToLowerReverseFindFindRevRemoveReplace FindRev 搜索最后匹配的子串。 int FindRev( const string substring // 子串 ) const; 参数 substring [输入] 搜索的字串。 返回值 最后一个匹配子串的首字母索引值; -1 如果子串未发现。 Find Remove