Hi!
I am trying to recognize when a string ends with this pattern: lowercase, dot and space. I am using “IsMatch” activity with these parameters:
input: "HELLO EST. "
pattern: “[a-z]. $”
The result should be False, because the string input is in Uppercase, but the result of UiPath is True.
Please, could you help me to resolve this problem?
Thank you!