CSS Selectors based on XPath.
|
|
|
css_to_xpath(css_expr,
prefix=' descendant-or-self:: ' ) |
source code
|
|
|
split_at_single_quotes(...)
split(string[, maxsplit = 0]) --> list.
Split string by the occurrences of pattern. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parse_series(s)
Parses things like '1n+2', or 'an+b' generally, returning (a, b) |
source code
|
|
|
_match_whitespace(...)
match(string[, pos[, endpos]]) --> match object or None.
Matches zero or more characters at the beginning of the string |
source code
|
|
|
_replace_comments(...)
sub(repl, string[, count = 0]) --> newstring
Return the string obtained by replacing the leftmost non-overlapping
occurrences of pattern in string by the replacement repl. |
source code
|
|
|
_match_count_number(...)
match(string[, pos[, endpos]]) --> match object or None.
Matches zero or more characters at the beginning of the string |
source code
|
|
|
|
|
split_at_string_escapes(...)
split(string[, maxsplit = 0]) --> list.
Split string by the occurrences of pattern. |
source code
|
|
|
|
|
|
|
|