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

◆ trim_end() [3/3]

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

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

Parameters
strxtd::ustring to trim end.
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 end of the specified xtd::ustring.