template::list::csv_quote (public)

 template::list::csv_quote string

Defined in packages/acs-templating/tcl/list-procs.tcl

Quote a string for inclusion as a csv element

Parameters:
string

Partial Call Graph (max 5 caller/called nodes):
%3 template::list::write_csv template::list::write_csv (public) template::list::csv_quote template::list::csv_quote template::list::write_csv->template::list::csv_quote

Testcases:
No testcase defined.
Source code:
    regsub -all -- {\"} $string {""} result
    return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: