GDB (xrefs)
|
Public Member Functions | |
def | __init__ (self) |
def | invoke (self, string, regex) |
def | __init__ (self) |
def | invoke (self, string, regex) |
$_regex - check if a string matches a regular expression. Usage: $_regex (STRING, REGEX) Returns: True if string STRING (in the current language) matches the regular expression REGEX.
def gdb.function.strfns._RegEx.__init__ | ( | self | ) |
Definition at line 91 of file strfns.py.
References gdb.function.strfns._RegEx.__init__().
Referenced by gdb.function.strfns._RegEx.__init__().
def gdb.function.strfns._RegEx.__init__ | ( | self | ) |
Definition at line 91 of file strfns.py.
References gdb.function.strfns._RegEx.__init__().
def gdb.function.strfns._RegEx.invoke | ( | self, | |
string, | |||
regex | |||
) |
def gdb.function.strfns._RegEx.invoke | ( | self, | |
string, | |||
regex | |||
) |