Hi Community, I am trying to check if a string contains a letter. This function should check if a string contains a capital letter or a lowercase letter. I tryied the following expression but is doesn't work. contains($String, '[A-Za-z]'). Can somebody help me with the expression that checks if a string contains a letter? Thanks in advance. Jasper Voerman
↧