Subject: RE: @Matches for validating Special Characters
Thanks for responding back. I actually started working on changing the formula to use @Contains too…as I was not getting expected results thru @Matches. I am using the following formula:
@If(@ThisValue=“”;@Failure(“Please enter a description.”); @Contains(@ThisValue; “&” : “<” : “>” : “'” : " " "); @Failure(“Description cannot contain special characters.”); @Success)
It works for all mentioned characters except for "