string lstrip(string value)
string lstrip(string value, string whitespace)
先頭の空白が除去された文字列を返します。whitespace
を指定すると、その文字が除去されます。
See also | |
string |
|