I do the reverse of this, but you’ll get the idea…
ClassMethod Unescape(pData As %String = "") As %String [ Final ]
{
Set replace("\.br\")=$C(13)
Set replace("\F\")="|"
Set replace("\R\")="~"
Set replace("\S\")="^"
Set replace("\E\")="\"
Set replace("\T\")="&"
Quit $$replaceArray^EnsUtil(pData,.replace)
}
Thanks,
Gary
--
You received this message because you are subscribed to the Google Groups
"InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en