View on GitHub
Value Extractor
It is used to extract particular value from text.
On this page
Its regular expression field where you need to pass regex which will extract value
\d+.\d*
it extracts123.00
from$123.00
\d+
it extract123
from$123.00
try regex