Question
Bits in Glass
IN
Last activity: 2 Apr 2018 6:02 EDT
Pega 7.1.9 - Is there any way to check contains ignore case for string property
I have created a Validate rule and added conditions to check whether the property say Name contains "ERR" or not. If it contains this string (ignore case), it should throw the error. It should throw error even if the string contains "Err" or "err" or "ERr" or "eRr"...etc..
To satisfy this condition we need to identify the all combinations and add them.
Is there any simple way to implement this?