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 - search_string (patt, str, [len], [re], [case]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
search_string (patt, str, [len], [re], [case])

     Usage: Searches a string for a pattern.

Parameters: Patt .string. is the pattern to search for.
            Str .string. is the string to be searched.
            Len .int. returns the length of the match.
            Re .int. is 0 to disable regular expressions, non-0 or
               omitted to use them.
            Case .int. is 0 to disable case sensitivity, non-0 or
               omitted to enable it.

   Returns: The position .int. in the string if a match occurred
            (first position is 1), 0 if the search fails.

See Also: index rindex search_fwd search_back

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