vimeo-regex

1.0.0 • Public • Published

vimeo-regex Build Status

The correct Vimeo video id regex.

NPM

Install

$ npm install vimeo-regex
$ npm test

Play online

Usage

All use-cases are avaliable in tests

var vimeoRegex = require('vimeo-regex');
 
// plain link
vimeoRegex().test('https://vimeo.com/62092214');
//=> true
 
// groups link
vimeoRegex().test('http://vimeo.com/groups/musicvideo/videos/126199390');
//=> true
 
// get video ID
vimeoRegex().exec('https://vimeo.com/62092214')[5];
//=> 62092214

Thanks

You can match Vimeo due to these people:

NameGitHubTwitter
Ruslan Ismagilov@isRuslan@is_ruslan

License

MIT © Ruslan Ismagilov

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    105
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    105
  • 0.0.1
    0

Package Sidebar

Install

npm i vimeo-regex

Weekly Downloads

84

Version

1.0.0

License

MIT

Last publish

Collaborators

  • is_ruslan