String Extensions
The Pageflake framework modifies the String object prototype to provide several utility functions.
String.trim()
|
Removes any leading and trailing whitespace. |
String.toMapArray()
|
Converts the comma delimited string to an array. |

