Created
December 9, 2017 01:19
-
-
Save RiFi2k/869822f00b7b367088b8e82e5205a774 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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