| [Overview][Constants][Types][Procedures and functions][Index] |
Converts CR or LF characters in a string to the specified delimiter character.
Source position: lazstringutils.pas line 51
function LineBreaksToDelimiter( |
const s: string; |
Delimiter: Char |
):string; |
s |
|
String with values converted in the routine. |
Delimiter |
|
Delimiter character used in place of CR, LF characters. |
Value after converting CR, LF to the delimiter character