I have a simple string and I need to values of masterId and datasetId... masterId=27972&datasetId=4968&from
I tried below to get those values but I am getting invalid regular expression error
web_reg_save_param_regexp(
"ParamName=Correlation1",
"RegExp=masterId\=(.+?)&datasetId\=(.+?)&from",
"Ordinal=All",
SEARCH_FILTERS,
LAST);
I have tried this regular expression in Jmeter and regex tester, it works. Can anyone help me to point what am I doing wrong in loadrunner?