Hello!
I’m trying to use regex to trim a string to a maximum of 10 digits. This is the regex I have and it seems to work fine “(\d{0,10})(?!.*\d)”.
I’m not sure how to apply the regex using assign activity and alter the variable to a new one.
Ex. myVar = myVar.(applyRegExHereSomehow)
Any suggestions would be helpful, I’m also aware you can invoke code and do it that way as well but the examples I have found I have not been able to replicate successfully.
I’m quite new to UiPath so bear with me!
Thanks