I want to use Regex to a string to give only 123 from 123123, this could be any number any amount. For example 43564356, 1212, and so on… Sometimes this value is just 1456 then the regex should do nothing, but other times its 14561456 how do i get the 1456 value only?
I have used this website “https://regex101.com/”, its working here but i have problems to convert it to uipath.
This value is used in a “if” statement, it checks if this value (1456) is equal to another value (1456) im getting from an excel file. So i need a single regex pattern.