| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the split function now takes an additional escape parameter and
does not split on separators that have the escaper before it.
An utility escape function that adds escape before separators
is also added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
s/utf8::Codepoint/Codepoint/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove String::clear, add operator=(String&&) add str_to_int(const String&)
to replace atoi.
|
|
|
|
functions int_to_str(int) and split(const String&, Character),
plus corresponding unit tests
|
|
|
|
|