I updated my original post to have the shorter versions after the longer ones, to alleviate the problem you mentioned of matching the "\012" instead of "\012\015".
As for only needing line endings, since each of these could be the marker for a line ending, one could only know the difference if the source of the original line is known. In the case that one knows the line ending which needs to be fixed, one would only need to fix that type of line ending. Since multiple types of line endings need to be addressed, there must not be an idea of "end of line" within the strings themselves other than the line ending sequences. If there's some other way to know what is a line, via some outside data, then things could be different. The whole idea of what is a line according to the application in question may require more thought, but that information has not been provided here.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.