Overload List
Name | Description | |
---|---|---|
ExtractRegExp(ExtractionCursor, String) |
Extracts multiple string objects from the response content,
wherever the specified regular expression matches.
| |
ExtractRegExp(ExtractionCursor, String, Boolean) |
Extracts multiple string objects from the response content,
wherever the specified regular expression matches,
and specifying whether the search will be case-sensitive.
| |
ExtractRegExp(ExtractionCursor, String, String, SearchFlags) |
Extracts text from the response content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found.
| |
ExtractRegExp(ExtractionCursor, String, String, SearchFlags, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
|
See Also