str icon indicating copy to clipboard operation
str copied to clipboard

Add Str::replace(find, repl) function.

Open rokups opened this issue 4 years ago • 1 comments

rokups avatar Jun 16 '21 08:06 rokups

When num_matches == 0 in the repl_diff > 0 we could early out to avoid owning/copying a non-owned string.

ocornut avatar Jul 06 '21 14:07 ocornut