Remove any leading characters in a set from a string and returns the result.
Source position: strutils.pp line 278
function TrimLeftSet( |
const S: string; |
const CSet: TSysCharSet |
):string; |
TrimLeftSet performs the same action as RemoveLeadingChars, but returns the resulting string.
None.
|
Trim whitespace from the beginning of a string. |
|
|
Remove any leading characters in a set from a string. |
|
|
Remove any trailing characters in a set from a string. |
|
|
Remove any trailing or leading characters in a set from a string. |
|
|
Remove any leading or trailing characters in a set from a string and returns the result. |
|
|
Remove any trailing characters in a set from a string and returns the result. |