![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveregsub replacing the last off
From: Andre Arpin <arpin@kingston.net>
Date: Wed Dec 28 2005 - 18:38:51 CET
why is this true
% regsub {b(?:[^b]*$)} abcabcabc x
I would have expected
Is there a way to replace the last b?
|