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

◆ trim_start() [3/3]

ustring xtd::ustring::trim_start ( const std::vector< value_type > &  trim_chars) const
noexcept

Removes all leading occurrences of a set of characters specified in an array from the specified xtd::ustring.

Parameters
strAn xtd::ustring to trim start.
trim_charsAn array of characters to remove.
Returns
The xtd::ustring that remains after all occurrences of the characters in the trim_chars parameter are removed from the start of the specified xtd::ustring.