[tcljava-user] Jacl 1.3 changes in regexp/regsub
by Joe Weisblatt other posts by this author
Jan 31 2006 3:40AM messages near this date
Re: [tcljava-user] TCL error - can't find package java
|
Re: [tcljava-user] Jacl 1.3 changes in regexp/regsub
Some of my scripts have broken in the transition to Jacl 1.3.2. I note
the regexp/regsub is a new implementation.
Is this supposed to be exactly compatible with the old patterns?
Where is the documentation for the new commands?
Specifically:
regexp {<.*> } {abc<def>ghi}
will successfully match the "<def> ", but
regexp {<\w*> } {abc<def>ghi}
doesn't.
Any pointers? Is "\w" no longer supported? Seems [:alpha:] didn't work
either.
TIA,
--> joe w.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
Thread:
Joe Weisblatt
Mo DeJong
Bruce Johnson
|