Re: [tcljava-dev] Question about Tcltk - Request for some new command options
by Mo DeJong other posts by this author
Jan 12 2007 4:54PM messages near this date
Re: [tcljava-dev] Tcl Blend 1.4.0 binary for Win32 available for testing
|
[tcljava-dev] Got Tclblend working with Active State Tcl.
> 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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
tcljava-dev mailing list
tcljava-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-dev
|