Re: [tcljava-dev] Question about Tcltk - Request for some new command options
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-01-13 00:53:56
|
> 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 |