Nirbheek Chauhan
|
a5b99dce5d
|
Add more tests for multi-line strings and update docs
|
7 years ago |
Niklas Claesson
|
cb0960a91e
|
Remove escaping for triple-quoted strings
Fixes #3429
|
7 years ago |
Tim 'mithro' Ansell
|
36aab0f4b2
|
Complete python escape sequences aware strings
Fixes #3169
|
7 years ago |
Joergen Ibsen
|
312bc2ca81
|
Fix string format recursive replace
Also error on placeholder index out of range.
|
7 years ago |
Joergen Ibsen
|
dad5779d3c
|
Add test for five escapes before n
|
7 years ago |
Joergen Ibsen
|
b9a0589067
|
Fix escaping of newlines in string literals
Replace '\n' escape sequence before '\\' to allow a literal backslash
to be inserted before the character 'n'.
Fixes #2682
|
7 years ago |
Nirbheek Chauhan
|
276e9c15cc
|
str.split() can now take a positional argument
All the specified characters in the specified argument will be
stripped. If unspecified, the old behaviour is used.
Includes tests.
|
7 years ago |
Jussi Pakkanen
|
b5013a573a
|
Added semantic versioning comparison method to strings.
|
9 years ago |