Hi,
I am trying to use Metacharacters - subexpressions from Automise.
From a file, I read a line - "Product Build Number: 12345"
My Regular expression = ^.*Build.*(\d)+$
How can I extract the string/integer - 12345 and assign to a variable in my automise project? Any pointers would be of great help.
Thanks,
-Ravi