|
From: Twylite <tw...@cr...> - 2008-11-23 12:47:22
|
Hi,
> % string match ARITH* [list ARITH MATRIX]
> 1
> % string match ARITH* [list ARITH MATRIX \{]
> 1
> % string match ARITH* [list ARITH MATRIX \}]
> 1
> % string match ARITH* {ARITH MATRIX \}}
> 1
>
I believe the point was:
% string match ARITH* [list "ARITH MATRIX" foo bar]
0
> of nested sublists very easily (or at all). Twylite has convinced me
> that glob matching is sufficient for 80+% of basic cases for [try].
>
Great :) But please don't take that to mean that I am convinced myself ;/
Twylite
|