I need to extract a specific string from a string. Let's say i have the following :
"this is a sentence ends up with 80-30"
or "some word 80-30 some word"
in both cases i need to get the "80-30" out of the string. usually you can do the extraction with regex. any ideas how can you achieve that with webreport?