Class: UrlParser

coreutils. UrlParser


new UrlParser()

Static helper to parse URL parts

Methods


<static> getCurrentUrlVariables()

Extract variables from current browser link
Returns:
variables
Type
object

<static> getUrlVariables(url)

Extract variables from path
Parameters:
Name Type Description
url string
Returns:
variables
Type
object