How to validate length of a string and check if the substring are integers?
Hi, I need this requirement in the condition wherein email subject of inbound email actions contains prefix+8digit number.e.g. user should add this to subject line: CS00001234 It will pass the condition since it has the prefix (CS) + 8 digit number r...