Regular Expressions 101

Community Patterns

Regex for keana

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 - 3 years ago