helper_quote2doublequote()
#
Convert single quotes in a string to double quotes.
Prototype
PUBLIC char *helper_quote2doublequote(
char *string
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The string to modify. |
Return Value
Returns the modified string with single quotes converted to double quotes.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples