[Zope] string tokenizer, sql results

Thomas B. Passin tpassin@mitretek.org
Tue, 9 Apr 2002 14:02:29 -0400


use _string.split(string-to-split,delimiter)

Cheers,

Tom P

[<alexb@runbox.com>]

Is it possible to have a String Tokenizer in Zope? I have an input field
where the user is supposed to enter multiple keywords. How can I extract the
keywords from the field, using space or comma as the delimeter? Can I do it
from Zope or do I need to invoke a separate script?