std
::
core
::
string
trim_left
fn
String
String
.
trim_left
(
self
,
String
to_trim
=
"
\n
\t
\r
\f
\v
"
)
Remove characters from the front of a string.
Parameters