ph_fixhtmlquotes PowerHome formula function
Description
Replaces single and double quotes embedded within a string with the HTML escape code equivalent.
Syntax
ph_fixhtmlquotes ( s )
Argument |
Description |
s
|
The string in which you wish to replace single and double quotes.
|
Return value
String. Returns the string with single and double quotes replaced with their HTML escape code equivalent. Single quotes will be replace with ' and double quotes will be replaced with "