Hi Sushant,
This is my code in the script button:
STEP1: COPY_VALUE from textbox and assign to "input".
STEP2: Calculate in JavaScript:
var r = /\d+/;
var args.output = input.match(r);
STEP3: PASTE_VALUE "output" to textbox I am getting an error in STEP2. Could you help me out here ?