escapes a string to use as a CSV field, as specified in RFC4180:
- enclose sting in double quotes
- escape double quotes with a second double quote
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/766
-- Commit Summary --
* pv: add s.escape.csv transformation
-- File Changes --
M lib/kcore/strcommon.c (29)
M lib/kcore/strcommon.h (2)
M modules/pv/pv_trans.c (14)
M modules/pv/pv_trans.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/766.patch
https://github.com/kamailio/kamailio/pull/766.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/766