On Mon Sep 12 21:13:38 2005, azuroth wrote:
> Need to either change PGE::Glob to fit Tcl style, /or/ create a derived  
> one just for Tcl.
> The only real differences are that {} are treated literally in Tcl, and  
> Tcl doesn't support negation of character classes (so [^a-z] should
match  
> a-z and ^)

Done, in r20192.

Usable just like 'PGE::Glob' - just s/PGE/Tcl/ for the simpler,
alternative globbing syntax.

Reply via email to