| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
has a completeley different sort of 'replace' method
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
utf8: More portable js, implement urlifyChar, fix urlifyString, fix unit tests
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| | |
utf-8 aware functions for basis. unit-testing.
|
| | |
|
| |
| |
| |
| | |
to test if char is <128
|
| | |
|
| |
| |
| |
| | |
islower, isupper, isalpha, isdigit, isblank, isspace, isxdigit, isprint
|
| | |
|
| | |
|
| |
| |
| |
| | |
and client side
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
javascript. the best way to get consistent results seems to be to convert to array by Array.from(...) and back to strings with .join("")
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
not just strings (closes #141)
|
| |
|
| |
|
| |
|
|\
| |
| | |
removed invalid JSON escape character
|
| | |
|