Re: \z vs \Z vs $
[email protected] (Tom Christiansen) Wed, 20 Sep 2000 15:16:20 -0600
| Newsgroups | perl.perl6.language.regex |
|---|---|
| Message-ID | <10474.969484580@chthon> |
>That was my second thought. I kinda like it, because //s would have two >effects: > + let . match a newline too (current) > + let /$/ NOT accept a trailing newline (new) Don't forget /s's other meaning. --tom