> The reason I'm writing this mail is because I recently tried to interpet
> some tcl source files from my java application but run into some
problems.
> I got some errors using the tcl regexp command, in particular I got an
> error about using the -all option with regexp.My question is will there
> be anynew version that supports the latest regexp (and other tcl
> commands) options like -all ?
Hello Charalampos
Current, the Jacl regexp and regsub commands support only the earlier
Tcl 8.1
style regexp syntax. It should be possible to upgrade the RE syntax now that
Java 1.4 includes a regexp package. Still it is a bit of work and would
require
perhaps a week and a half of developer time to implement.
Mo DeJong
|