[tcljava-user] Jacl 1.3 changes in regexp/regsub
Brought to you by:
mdejong
From: Joe W. <jwe...@ci...> - 2006-01-31 11:39:51
|
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. |