Hello I want to replace all special characters in a string with ‘normal’ counterparts. For instance: all occurences of é, è or ë should be replaced by e. But also æ should be replaced by ae. So not only accents, but also other special characters. What would be the best way to do this in Mendix? Is there a Java-action available for such an operation?
↧