Instant is
off
|
Search plugin
|
Manual
|
haskell.org
isAbsolute
Packages
filepath
network
isAbsolute
:: FilePath -> Bool
filepath
System.FilePath.Windows
,
filepath
System.FilePath.Posix
> not .
isRelative
> isAbsolute x == not (isRelative x)
isAbsolute
URI
:: String -> Bool
network
Network.URI
Test if string contains a valid absolute URI (an absolute URI without a fragment identifier).
©
Neil Mitchell
2004-2012, version 4.2.11