quote(text)¶
Definition¶
String quote(Object text)
Description¶
Returns a string that surrounds the supplied string in quotes(") and escape any existing quotes with a backslash(). Returns null if supplied string is null.
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| text | Object | String to escape |