|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| str.adjustLineBreaks(sourceString) |
Parameters
| STRING | sourceString | Source string. |
Return value
| String with adjusted lines breaks. |
Description
Adjusts all line breaks in the given string S to be true CR/LF sequences.
The function changes any CR characters not followed by a LF and any LF characters not preceded by a CR into CR/LF pairs.
It also converts LF/CR pairs to CR/LF pairs. The LF/CR pair is common in Unix text files. |
|
|
|