Equals Function - does it ignore characters?
I am using the 'equals' function to compare two fields, looking for differences. However, it seems like the function ignores special characters such as . @ < and this is causing a problem when I am trying to compare two fields so show email cleansing. E.g. says: email.address@place.com is equal to email.address@plac.ecom
Any suggestions? Thanks
Best Answers
-
Equals (Strict) does it… not sure why I missed that!
1 -
Hi James
The equals step was updated in v2.11.7 to make the comparison options clearer:
Equals strict will be replaced by Equals with the same options selected whenever you next upgrade.
0
Answers
-
Seems like I never realized the fact that it does ignore non-alphanumeric characters! (just hovered over the function). Any suggestions on function to use instead that can do a correct compare?
0 -
Great Josh - thanks for the info
0