is-url
Check whether a string is a URL.
Installation
npm install is-url
API
isUrl(string)
Returns a Boolean indicating whether string is a URL.
License
MIT
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdis-url |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionis-url
WebJar for is-url
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| is-url-1.2.4.pom | |
| is-url-1.2.4.jar | 5 KB |
| is-url-1.2.4-sources.jar | 22 bytes |
| is-url-1.2.4-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-url/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>is-url</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-url/
implementation 'org.webjars.npm:is-url:1.2.4'
// https://jarcasting.com/artifacts/org.webjars.npm/is-url/
implementation ("org.webjars.npm:is-url:1.2.4")
'org.webjars.npm:is-url:jar:1.2.4'
<dependency org="org.webjars.npm" name="is-url" rev="1.2.4">
<artifact name="is-url" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-url', version='1.2.4')
)
libraryDependencies += "org.webjars.npm" % "is-url" % "1.2.4"
[org.webjars.npm/is-url "1.2.4"]
Check whether a string is a URL.
npm install is-url
isUrl(string)Returns a Boolean indicating whether string is a URL.
MIT