[Zope] string tokenizer, sql results

Igor Leturia IGOR@emun.com
Tue, 9 Apr 2002 11:30:11 +0200


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


Have you taken a look at the 'split' function for strings? I think it
might do what you are looking for.

				Igor Leturia