css-url-regex

WebJar for css-url-regex

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-url-regex
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

css-url-regex
WebJar for css-url-regex
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cssstats/css-url-regex

Download css-url-regex

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/css-url-regex/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>css-url-regex</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/css-url-regex/
implementation 'org.webjars.npm:css-url-regex:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/css-url-regex/
implementation ("org.webjars.npm:css-url-regex:1.1.0")
'org.webjars.npm:css-url-regex:jar:1.1.0'
<dependency org="org.webjars.npm" name="css-url-regex" rev="1.1.0">
  <artifact name="css-url-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='css-url-regex', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "css-url-regex" % "1.1.0"
[org.webjars.npm/css-url-regex "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

css-url-regex Build Status js-standard-style

A regular expression for matching CSS urls, url(foo.css).

Installation

npm i --save css-url-regex

Usage

var cssUrl = require('css-url-regex')

cssUrl().test('url(bar.css)') // => true
cssUrl().test('kljhsdf') // => false

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander.

org.webjars.npm

Css Stats

Visualize your css

Versions

Version
1.1.0