Unfortunately, not.
Edit. Sorry I was thinking about indexIn...
So, yes it is searching backwards, but it doesn't disqualify the characters after the offset. So in your case the regular expresion is matching the string starting from offset = 5, and that's what is returned.
Bookmarks