2 items tagged “strings”
String types in Python 3. bytes are now immutable (just like the bytestrings they are replacing) and a new mutable buffer type has been introduced.
9th October 2007, 2:08 am
How should JSON strings be represented in Erlang? Erlang’s poor support for strings makes this a surprisingly tricky question.
14th September 2007, 8:17 am