PosCRLF function

function PosCRLF(Const Value: string; Var Terminator: string): Integer;

Unit
SynaUtil

Description
return position of string terminator in string. If terminator found, then is returned in terminator parameter.

Possible line terminators are: CRLF, LFCR, CR, LF



See also:
PosFrom, RPos, RPosEx