[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LazStringUtils' (#lazutils)

LineBreaksToDelimiter

Converts CR or LF characters in a string to the specified delimiter character.

Declaration

Source position: lazstringutils.pas line 52

function LineBreaksToDelimiter(

  const s: string;

  Delimiter: Char

):string;

Arguments

s

  

String with values converted in the routine.

Delimiter

  

Delimiter character used in place of CR, LF characters.

Function result

Value after converting CR, LF to the delimiter character


Version 4.0 Generated 2025-05-03 Home