| Age | Commit message (Collapse) | Author |
|
Changes,
* Use test.Data for test that require longer text input and output
* Replace variable declaration ":=" with explicit one.
* Use literal string
|
|
|
|
The Alnum remove non alpha-numeric character from text and return it.
Its accept the string to be cleanup and boolean parameter withSpace.
If withSpace is true then white space is allowed, otherwise it would
also be removed from text.
|
|
Show that the Split function will split the string no matter how many
spaces in them.
|
|
|
|
|
|
|