4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Drivers
.
Postgres
.Escapec
Functions:
escape
,
unescape
Functions
escape
(
string
)
escape(string) -> string
Replace all ' with \' and \ with \\.
unescape
(
string
)
unescape(string) -> string
Convert PostgreSQL escape sequences into normal characters.