Regular Expressions 101

Community Patterns

Bandcamp Downloader Regex

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=var\sTralbumData\s=\s)(?<data>.|\s)*?(?=};)
/
gm

Description

no description available

Submitted by anonymous - 6 years ago