Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2129-standardlibrary-stringoperations-cstring-cstringfindrev.md
T

21 lines
307 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# FindRev
Searches for the last match of a substring.
```
int  FindRev(
   const string  substring      // substring
   ) const;
```
Parameters
substring
[in]  Sample substring to search for.
Return Value
The index of the last match of a substring (-1 - substring is not found).