xo::ical proc ical_to_text (public)

 xo::ical[i] ical_to_text text

Defined in packages/xotcl-core/tcl/01-debug-procs.tcl

Transform the escaped ical text format to plain text

Parameters:
text (required)

Testcases:
No testcase defined.
Source code:
#
# Transform the escaped ical text format to plain text
#
regsub -all {\\(n|N)} $text \n text
regsub -all {\\(\\|\;|\,)} $text {\1} text
return $text
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: