|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^3: How to split into paragraphs?by ikegami (Pope) |
| on Nov 16, 2006 at 14:02 UTC ( #584463=note: print w/ replies, xml ) | Need Help?? |
|
Ah, I see. Well, I've already provided the building blocks, but they are well hidden. Let me expose them. You need something along the lines of /[^$chars]*/, but instead of negatively matching chars, you want to negatively match a regexp. The direct equivalent of
In context,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||