Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
(?:musicdb|videodb|special):\/\/(?<Type>albums|genres|artists|tvshows|(?:master)?profile)\/(?:(?<=\/profile\/)(?<PlaylistType>.+)\/)?(?:(?<=\/tvshows\/)(?:titles\/))?(?<Identifier>[\w\d-.]+)(?:\/(?<=.+tvshows.+)(?<Season>\d+))?
/
gm

Description

no description available

Submitted by anonymous - 4 years ago