Reference doc for "rfind" is misleading
christoph2806 opened this issue · 0 comments
christoph2806 commented
in the reference section for rfind, it says:
"Modifies self to contain the part of the string from the start of self to the end of the first occurrence of needle."
it should better read:
"Modifies self to contain the part of the string from the start of self to the end of the last occurrence of needle."