Hello Dominic:
I try your regex pattern “\b[A-Z]{1}”, it works to match all uppercase letter on each line.
From time to time, I may have some simple regex questions, would you mind if I contact you?
Thanks a lot of your help.
Dennis
Dominic UiPath Graduate
January 17 |
@More7468, try this regex pattern “\b[A-Z]{1}”. This outputs only letter C.
Note: Correct me if I am wrong with your requirement.