Regex Range in lowercase

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!

Hi,

simply uncheck the “IgnoreCase” in the “RegexOption” property of "IsMatch"Untitled

1 Like

THANK YOU!!! :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.