-
chararray.rfind(sub, start=0, end=None)[source] -
For each element in
self, return the highest index in the string where substringsubis found, such thatsubis contained within [start,end].See also
char.rfind
chararray.rfind()
2025-01-10 15:47:30
Please login to continue.