coub-regex
v1.0.0
Published
The correct coub video id regex
Downloads
15
Maintainers
Readme
coub-regex
The correct coub video id regex.
Install
$ npm install coub-regex
$ npm test
Play online
- https://regex101.com/r/tK5aZ5/1
- http://regexr.com/3bei9
Usage
All use-cases are avaliable in tests
var coubRegex = require('coub-regex');
// plain link
coubRegex().test('https://coub.com/view/7cwhu');
//=> true
// get video ID
coubRegex().exec('https://coub.com/view/7cwh0')[5];
//=> 62092214
Thanks
You can match coub due to these people:
License
MIT © Ruslan Ismagilov