String htmlEscape(String x)
Arguments
x: The un-encoded string
Usage
Converts '&', '<' and '>' to '&', '<' and '>'. It does not convert '"' to '"', which you will need to do manually for function attribute values.
x: The un-encoded stringConverts '&', '<' and '>' to '&', '<' and '>'. It does not convert '"' to '"', which you will need to do manually for function attribute values.