Write a code for the example of regular expression using UiPath studio. Write the code in studio and attach to your solution.
check the reference
Try this

System.Text.RegularExpressions.Regex.Match(str_Input,"(?<=OAP)\d+").Value
Regards,
For further reading look here ![]()
Cheers
Steve
Pls read this
