Escapes single and double quote characters in a string for safe embedding in HTML attributes or JavaScript contexts.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
The string to escape |
Replaces ' with \' and " with \". All other characters are passed through unchanged.
Returns the escaped string.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextEscape.py
Updated : 2025-10-02