Hello , i have a text which i need to extract from it a number , the format is for example
“100f” or “200fr” or “120frs” or “10.000fr” or “100FR” or “200FRS”…
I need to extract only the number beside i tried this expression and its works for the number with “f ,fr” and for the 10.000fr it retreive only the 000 after “.”
This regex should working. Remember to use ignorcase flag in UiPath (RegexOption in properties panel for ‘Matches’ activity. At the end remove dot from regex match using ‘Replace’