IndexOfPreviousToken(String, Char, Int32, Int32, Boolean) | Processing from RIGHT to LEFT, finds the index of the "n" occurrence of a character (a token) within a string |
IndexOfPreviousToken(String, String, Int32, Int32, Boolean) | Processing from RIGHT to LEFT, finds the index of the "n"occurrence of one string (a token) within a string |