Namespace: String

String

Methods

parseUri() → {array}

Parsing functions for URLs //parseUri 1.2.2 //(c) Steven Levithan //MIT License http://blog.stevenlevithan.com/archives/parseuri
Source:
Returns:
Array of the parsed URI components
Type
array

trim() → {String}

Trimming function. Returns the String without leading and trailing whitespaces.
Source:
Returns:
String without leading and trailing whitespaces
Type
String