Class Index | File Index

Classes


Namespace atropa.url


Version 20130713.
Utilities for handling urls.
Defined in: <node_modules/atropa-url/src/atropa-url.js>.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Utilities for handling urls.
Method Summary
Method Attributes Method Name and Description
<static>  
atropa.url.getFilename(url)
Gets the filename portion of a url
Namespace Detail
atropa.url
Utilities for handling urls.
Author: Matthew Christopher Kastor-Inare III
☭ Hial Atropa!! ☭.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Nov 17 2022 14:29:55 GMT-0500 (Eastern Standard Time)