Arachnid/solidity-stringutils

Reference doc for "rfind" is misleading

christoph2806 opened this issue · 0 comments

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."