string::rfind with count parameter fails to find the target char
I’m trying to find the last occurrence of a char in a range from a large text, so I have to specify off
and count
to limit the range.
I’m trying to find the last occurrence of a char in a range from a large text, so I have to specify off
and count
to limit the range.