Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

ChangeLineEndings

Change the line endings in a string.

Declaration

Source position: csvreadwrite.pp line 188

function ChangeLineEndings(

  const AString: string;

  const ALineEnding: string

):string;

Arguments

AString

  

The string to tranform.

ALineEnding

  

LineEnding to use in the returned string.

Function result

aString with all possible line ending characters replaced with aLineEnding.

Description

ChangeLineEndings is a utility function which changes the line ending characters CR, CR/LF and LF in Astring to the specified line ending aLineEnding. It returns the transformed string.


Documentation generated on: Jul 24 2023