How to remove special characters from a string in salesforce

How to Remove the Special Characters using Apex Class/Apex Trigger: Use replaceAll String Class method to replace the Special Character using Apex Class/Apex Trigger – Replaces each substring of a string that matches the regular expression regExp with the replacement sequence replacement. replaceAll (regExp, replacement) We can revome all the special charaters from the string … Read more