Write a code for the example of regex

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

@naresh.kuruva

check the reference

Hi @naresh.kuruva

Try this

image

System.Text.RegularExpressions.Regex.Match(str_Input,"(?<=OAP)\d+").Value

Regards,

For further reading look here :blush:

Cheers

Steve

Pls read this