|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Why do I get regexp chars in split?by idsfa (Vicar) |
| on Oct 11, 2006 at 16:40 UTC ( #577653=note: print w/ replies, xml ) | Need Help?? |
|
You don't want (capturing) parentheses, you want square brackets (a character class, see perlre):
(Note the extra null string to tack a newline onto the "etc", and the use of a different matching delimiter to avoid the need to escape the forward slash -- the ampersand never needed to be escaped ) The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||