View Single Post
  #2 (permalink)  
Old 05-23-2009, 11:41 AM
cvidal cvidal is offline
Project Contributor
 
Posts: 115
Default

Try with quotes. The zimlets are Javascript, so you have to convince the parser that what you have is a string. Try:
... pattern = '\u00faltim' + '(a|o) ....'
Reply With Quote