var extracted =
context.variableManager.getValue("extractedvalue..variable");
var modified = extracted.replace(/\x2D/g,"-");
Neoload doesnt replace. help me please?
↧
The replace function not working with extracted variable ?
↧