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

◆ remove() [2/2]

ustring xtd::ustring::remove ( size_t  start_index,
size_t  count 
) const
noexcept

Deletes all the characters from this string beginning at a specified position and continuing through the last position.

Parameters
start_indexThe position to begin deleting characters.
countThe number of characters to delete.
Returns
A new string object that is equivalent to this string less the removed characters.