Skip to content

Add functions to replace a codepoint by another in a string

Gatgat requested to merge string.replace into main

Je me demande si ça vaut le coup d'ajouter un overload:

auto replace_codepoint(allocator & allocator,
                       string_view const str,
                       codepoint_type const src,
                       codepoint_type const dst) -> string;

Merge request reports

Loading