Example: web_reg_save_param_regexp

This example shows how to get a parameter array with the contents of all the table cells on an HTML page. Each table cell is saved in one element of the array.

For an example of handling parameter arrays, see Parameter Arrays.

web_reg_save_param_regexp (
    "ParamName=Correlation1",
    "RegExp=<TD[^>]+>(.+)</TD> ",
    "Ordinal=All",
SEARCH_FILTERS,
    "RequestUrl=*/files/index.html",
LAST );