org.apache.jmeter.functions
Class UnEscapeHtml
- Function
public class UnEscapeHtml
Function to unescape a string containing entity escapes
to a string containing the actual Unicode characters corresponding to the escapes.
Supports HTML 4.0 entities.
For example, the string "<Français>" will become "<Français>"
If an entity is unrecognized, it is left alone, and inserted verbatim into the result string.
e.g. ">&zzzz;x" will become ">&zzzz;x".
org.apache.commons.lang.StringEscapeUtils.unescapeHtml(String)
UnEscapeHtml
public UnEscapeHtml()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.