ustring icon indicating copy to clipboard operation
ustring copied to clipboard

Handling of empty strings

Open hikari-no-yume opened this issue 10 years ago • 0 comments

One important thing needing doing is making sure indexOf, split, startsWith and so on work properly with empty strings, i.e. pretending there's one between each actual codepoint. Otherwise it's harder to write userland string-handling functions, because you need to work around incorrectly-implemented boundary cases :(

hikari-no-yume avatar Oct 23 '14 23:10 hikari-no-yume