'''string trimleft''' ''string ?chars?'' Returns a value equal to ''string'' except that any leading characters from the set given by ''chars'' are removed. If ''chars'' is not specified then white space is removed (spaces, tabs, newlines, and carriage returns). ---- See also: * [string] * [string trim] * [string trimright] ---- [Tcl syntax help] - [Category Command]