xtd 0.2.0
Loading...
Searching...
No Matches

◆ trim_start() [2/3]

ustring xtd::ustring::trim_start ( value_type  trim_char) const
noexcept

Removes all leading occurrences of a character specified from the specified xtd::ustring .

Parameters
strxtd::ustring to trim start.
trim_charA character to remove.
Returns
The xtd::ustring that remains after all occurrences of the character in the trim_char parameter are removed from the start of the specified xtd::ustring.