[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Remove any trailing characters in a set from a string and returns the result
Source position: strutils.pp line 189
function TrimRightSet( |
const S: String; |
const CSet: TSysCharSet |
):String; |
TrimLeftSet performs the same action as RemoveTrailingChars, but returns the resulting string.
None.
TrimRight |
||
|
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 leading characters in a set from a string and returns the result |
No notes exist for this page yet.