|
|
|
|
|
by _-___________-_
2270 days ago
|
|
"0123Test" is a better number-containing string for testing, to catch out things that try to interpret the string as a number first and then as a string if that fails. For example, JS's insane parseInt function will give you 123 for "0123Test". |
|