Overview: IndexHour: Accessor Regular Expression
Detail: IndexHour: Accessor Regular Expression
|
Scan through string looking for the first location where this regular expression… |
|
|
If zero or more characters at the beginning of string match this regular express… |
|
|
If the whole string matches this regular expression, return True, else False. No… |
|
|
Split string by the occurrences of pattern. If capturing parentheses are used in… |
|
|
Return all non-overlapping matches of pattern in string, as a tuple of strings…. |
|
|
Return the string obtained by replacing the leftmost non-overlapping occurrences… |
|
|
Perform the same operation as sub(), but return a tuple (new_string, number_of_s… |
IndexHour: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic