Special Character's
Summary
Remove Special characterContent
Hi,
I need to remove Special character in one of the UDA using item rule. I dont see any item rule function to do this. (like regex_replace to allow : (A-z,a-Z,0-9))
sample scenario(customer asked):
Before Cleansing :Attribute Value = Great$#Man%$79
After Cleansing :Attribute Value : GreatMan
If we have function like regex_replace (attribute value , [A-Z][a-z][0-9]). it will allow only these value after cleansing. Do we have any possibility in any of the way.
Tagged:
0