Sha256: b78a5d1916bd23b29aac12779edc546589580eb6035537b17950f2c6762ecccd

Contents?: true

Size: 1.19 KB

Versions: 26

Compression:

Stored size: 1.19 KB

Contents

# rgba-regex

[![Build Status](https://secure.travis-ci.org/regexps/rgba-regex.png?branch=master)](https://travis-ci.org/regexps/rgba-regex)

Regex for matching RGBA color strings.

## Installation

```bash
npm install --save rgba-regex
```

## Usage

```javascript
var rgbaRegex = require('rgba-regex');

rgbaRegex({ exact: true }).test('rgba(12, 34, 56, .8)');  // => true
rgbaRegex({ exact: true }).test('unicorns');         // -> false
rgbaRegex({ exact: true }).test('rgba(,,,)');          // => false

rgbaRegex().exec('rgba(12, 34, 56, .8)');
// => [
//  '12',
//  '34',
//  '56',
//  '.8'
//  index: 0,
//  input: 'rgba(12,34,56, .8)'
// ]

'rgba(12, 34, 56, .8) cats and dogs'.match(rgbaRegex());
// = ['rgba(12, 34, 56, .8)']
```

## 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 ([@4lpine](https://twitter.com/4lpine)).

***

> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/rgba-regex/README.md
disco_app-0.18.0 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.18.2 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.16.1 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.15.2 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.18.4 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.18.1 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.14.0 test/dummy/node_modules/rgba-regex/README.md
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/rgba-regex/README.md
tang-0.2.1 spec/tang_app/node_modules/rgba-regex/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/rgba-regex/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/rgba-regex/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/rgba-regex/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/rgba-regex/README.md
tang-0.2.0 spec/tang_app/node_modules/rgba-regex/README.md
tang-0.1.0 spec/tang_app/node_modules/rgba-regex/README.md
tang-0.0.9 spec/tang_app/node_modules/rgba-regex/README.md
enju_library-0.3.8 spec/dummy/node_modules/rgba-regex/README.md
jester-data-8.0.0 node_modules/rgba-regex/README.md