Namespace atropa.url
Version
20130713.
Utilities for handling urls.
Defined in: <node_modules/atropa-url/src/atropa-url.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Utilities for handling urls.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
atropa.url.getFilename(url)
Gets the filename portion of a url
|
Method Detail
<static>
{String}
atropa.url.getFilename(url)
Gets the filename portion of a url
- Parameters:
- {String} url
- The url.
- Returns:
- {String} Returns everything after the last / in the url.