Regular Expressions 101

Community Patterns

Reddit video url

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=DASH_)[0-9]*
/

Description

Matches Reddit video URLs to allow you to replace part of it to get the video's audio URL

Submitted by anonymous - 3 years ago