You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great crate, just started using it.
I wanted to split an Utf16String into lines, similar to the built-in lines() function for UTF-8 strings in the standard library. Would be great if this could be added. In general currently missing any kind of splitting iterators like in the stdlib (split_terminator and so on).
The text was updated successfully, but these errors were encountered:
Thank you for this great crate, just started using it.
I wanted to split an
Utf16String
into lines, similar to the built-inlines()
function for UTF-8 strings in the standard library. Would be great if this could be added. In general currently missing any kind of splitting iterators like in the stdlib (split_terminator
and so on).The text was updated successfully, but these errors were encountered: