Skip to main content
To implement your scenarios, you will also need to create the following function:

unescapeHTML

The unescapeHTML function converts HTML codes into Unicode characters. This function is needed for correctly displaying error messages. Input parameters: Output parameter type: String (string of Unicode characters). The Exceptions thrown field should be left blank. Java source: