Details
Description
e.g.
REGEX_EXTRACT('192.168.1.5:8020', '(.):(.)$', 1);
will prompt for: '
and workaround is to specify: $'
Also check why failed script are not always saved.
e.g.
REGEX_EXTRACT('192.168.1.5:8020', '(.):(.)$', 1);
will prompt for: '
and workaround is to specify: $'
Also check why failed script are not always saved.