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