How to remove special characters from a string in AX 2012

If you want to remove the special characters from a string, you can use strRem function.

Example : strRem(words,"\"" + "\t" + "\r" + "\n" + "\r\n" + "\\" +"\b" + "\f");

Comments

Post a Comment