Skip to content

Instantly share code, notes, and snippets.

@RiFi2k
Created December 9, 2017 01:19
Show Gist options
  • Save RiFi2k/869822f00b7b367088b8e82e5205a774 to your computer and use it in GitHub Desktop.
Save RiFi2k/869822f00b7b367088b8e82e5205a774 to your computer and use it in GitHub Desktop.
var valid_spotify_playlist_name = new RegExp('/^spotify:user:\b\w*:playlist:\b\w*$/i');
var valid_spotify_artist_uri = new RegExp('/^spotify:(artist|user):\b\w*$/i');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment