logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
'in' operator in if tag seems messed up.
: One Message
Begin main content
Forum OpenACS Development: Re: 'in' operator in if tag seems messed up.
Search:
Back to OpenACS Development
7
:
Re: 'in' operator in if tag seems messed up.
(response to
6
)
Posted by
Dan Wickstrom
on
02/14/03 01:14 AM
You need to escape the whitespace in the regexp:
set expr [string map {{ } \\s} "\\m([join [lrange $args $i end] "|"]\\M"]
Back to OpenACS Development