Steven Schveighoffer <[email protected]> wrote:
So how does this look: coll[^..$]; Thoughts? other ideas? -Steve
I like ^ for this usage, due (as you said) to its symmetry with regexes. Other possible symbols would be # and ?, I believe. There should be no ambiguities with the caret as far as I can see. -- Simen
