Domino Code Fragment

Code Name*
Remove all occurrences of a character from a string
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.223.171.12
Description*
Eg: to remove all the letters "x", "y" and "z" from a text field (plain text only, not rich text!)
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
(I have used this one to create hidden view columns for sorting on a resource string regardless of hit-letters, by stripping "~" and "&"; and to remove the "¿" characters from Spanish error messages in a view...)
Files/Graphics attachments (if applicable): Code:
REM "Required Field(s): TextField ";
@Implode(@Explode(textfield; "xyz"); "")