Skip to content

🔗 Checks if the given string is an absolute URL

Notifications You must be signed in to change notification settings

zlatanvasovic/IsURL.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsURL

Build Status Coverage

Checks if the given string is an absolute URL.

Install

]add IsURL

Examples

julia> using IsURL

julia> isurl("https://julialang.org")
true

julia> isurl("mailto:[email protected]")
true

julia> isurl("/foo/bar")
false

julia> isrelativeurl("../path/to/directory")
true

julia> isrelativeurl("./__file__")
true

julia> isrelativeurl("foo:bar")
false

About

🔗 Checks if the given string is an absolute URL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages