|
noexcept |
Reports the index of the last occurrence of the specified character in this string. The search starts at a specified character position and examines a specified number of character positions.
str | A string to find last index of. |
value | An unicode character to seek |
start_index | The search starting position |
count | The number of character positions to examine |