On Tue, 5 Jun 2001, Frank Herrmann wrote:

> Hello,
>
> i miss a Feature in the TT. Here a Idea:
>
> -     a Regex in the IF, CASE Statement?
>       [% IF key =~ /value/si %]

Can't you just do

   [% IF key.search('value') %]

Or more accuratly

    [% IF key.search('(?si:value)') %]

(for with 's' and 'i' turned on)

Reguards.

Mark.

-- 
s''  Mark Fowler                Technology Developer         Profero Ltd
     http://www.profero.com/      [EMAIL PROTECTED]         020 7700 9960
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}



Reply via email to