Commit graph

1 commit

Author SHA1 Message Date
Nobuyoshi Nakada
5e79d5a560
Make rb_str_rindex return byte index
Leave callers to convert byte index to char index, as well as
`rb_str_index`, so that `rb_str_rpartition` does not need to
re-convert char index to byte index.
2023-07-09 16:39:28 +09:00