SeparateRight function

function SeparateRight(Const Value, Delimiter: string): string;

Unit
SynaUtil

Description
Return
s the portion of the "Value" string located to the right of the "Delimiter" string. If a delimiter is not found, results is original string.

See also:
SeparateLeft