Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - rindex (string_to_search, pattern) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
rindex (string_to_search, pattern)

     Usage: Locates the last occurrence of pattern in string_to_search.
            The first character in the string is in position 1.
            If pattern is the null string, the result is undefined. See
            search_string to search a string using regular expressions.

Parameters: String_to_search and pattern .strings..

   Returns: The position of pattern in string_to_search, or 0 if
            it was not found.

See Also: index search_string

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson