Use the replace or replace String functions to remove special characters
Summary:
Hi everyone,
I need to remove special characters from a string for example:
"A.*BC(D E+FGH?/IJK L#M%&//#?¡'¡N~OP"
I have tried to apply the functions without success.
replace (/nstrgmpr:execute/ns14:request-wrapper/ns14:input, "ab", "*" )
Thanks,
Cesar.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
3
Code Snippet (add any code snippets that support your topic, if applicable):
0