-
jkock committed revision 7846 to the AlphaTcl SVN repository, changing 1 files.
2009-10-16 20:32:55 UTC in AlphaTcl
-
Here is another description of the bug, and a contrast:
In regexp with the -all option, it is clear that the matches
must not overlap. But how is the rule if the expression
starts with a constraint (width zero), like for example ^
or \m ?
To my surprise you cannot find a linestart after a
matched \n:
% regexp -all -inline -indices {(?n)^a\n} "a\na\na\n"
{0 1} {4 5}
The behaviour I expected...
2009-10-15 22:25:56 UTC in Tcl
-
jkock committed revision 7845 to the AlphaTcl SVN repository, changing 1 files.
2009-10-15 20:48:00 UTC in AlphaTcl
-
jkock committed revision 7844 to the AlphaTcl SVN repository, changing 2 files.
2009-10-15 19:59:21 UTC in AlphaTcl
-
jkock committed revision 7837 to the AlphaTcl SVN repository, changing 1 files.
2009-10-12 17:31:25 UTC in AlphaTcl
-
jkock committed revision 7836 to the AlphaTcl SVN repository, changing 1 files.
2009-10-10 21:26:22 UTC in AlphaTcl
-
jkock committed revision 7834 to the AlphaTcl SVN repository, changing 1 files.
2009-10-08 09:17:42 UTC in AlphaTcl
-
jkock committed revision 7833 to the AlphaTcl SVN repository, changing 2 files.
2009-10-07 11:35:28 UTC in AlphaTcl
-
jkock committed revision 7832 to the AlphaTcl SVN repository, changing 2 files.
2009-10-07 10:57:16 UTC in AlphaTcl
-
jkock committed revision 7831 to the AlphaTcl SVN repository, changing 2 files.
2009-10-06 21:38:29 UTC in AlphaTcl