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?