On Tue, 29 Aug 2000 08:47:25 -0400, Mark-Jason Dominus wrote: > m/.../Count,Insensitive (instead of m/.../ti) > >That would escape the problem that we are running out of letters and >also the problem that the current letters are hard to remember. Yes, but wouldn't this give us backward compatibility problems? For example, code like $result = m/(.)/Insensitive, ord $1; And, I don't really see the need for the comma. m/.../CountInsensitive (instead of m/.../ti) (Camel case strikes back!) -- Bart.
- RFC 110 (v2) counting matches Perl6 RFC Librarian
- Re: RFC 110 (v2) counting matches Bart Lateur
- Re: RFC 110 (v2) counting matches Mark-Jason Dominus
- Re: RFC 110 (v2) counting matches Bart Lateur
- Re: RFC 110 (v2) counting matches Mark-Jason Dominus
- Re: RFC 110 (v2) counting matches Bart Lateur
- Re: RFC 110 (v2) counting matches Nathan Wiger
- Re: RFC 110 (v2) counting matches Tom Christiansen
- Re: RFC 110 (v2) counting matches Mark-Jason Dominus
- Re: RFC 110 (v2) counting matches Uri Guttman
- Re: RFC 110 (v2) counting matches David L. Nicol