4 Sep
2000
4 Sep
'00
11:56 p.m.
Hi Marcus, This is untested. Turn "asd asd" into "asd_asd" and output: <dtml-var "_.string.join(_.string.split('asd asd'), '_')"> Turn "asd_asd" into "asd asd" and output: <dtml-var "_.string.join(_.string.split('asd_asd', '_'))"> On Sun, 3 Sep 2000, Marcus Mendes wrote:
Hello,
I need replace 0x20 (space caracter ) to Undescore Caracter. I need also a function that UNDO this operation. How can I to do this in DTML sintaxe?
Chris McDonough Digital Creations, Publishers of Zope http://www.zope.org