fails:String#rindex with Regexp behaves the same as String#rindex(string) for escaped string regexps
fails:String#rindex with Regexp returns the index of the first match from the end of string of regexp
fails:String#rindex with Regexp starts the search at the given offset
fails:String#rindex with Regexp supports \G which matches at the given start offset
