numpy.char.chararray.rindex# method char.chararray.rindex(sub, start=0, end=None)[原始碼]# Like rfind, but raises ValueError when the substring sub is not found. 也參考 char.rindex