help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

TrimLeftSet

Remove any leading characters in a set from a string and returns the result

Declaration

Source position: strutils.pp line 188

function TrimLeftSet(

  const S: String;

  const CSet: TSysCharSet

):String;

Description

TrimLeftSet performs the same action as RemoveLeadingChars, but returns the resulting string.

Errors

None.

See also

TrimLeft

RemoveLeadingChars

  

Remove any leading characters in a set from a string

RemoveTrailingChars

  

Remove any trailing characters in a set from a string

RemovePadChars

  

Remove any trailing or leading characters in a set from a string

TrimSet

  

Remove any leading or trailing characters in a set from a string and returns the result

TrimRightSet

  

Remove any trailing characters in a set from a string and returns the result

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505