SeparateLeft function
function SeparateLeft(Const Value, Delimiter: string): string;
Unit
SynaUtil
Description
Returns a portion of the "Value" string located to the left of the "Delimiter" string. If a delimiter is not found, results is original string.
See also:
SeparateRight