Community Patterns

Community Library Entry

2

Regular Expression
Created·2014-09-24 00:58
Flavor·ECMAScript (JavaScript)

/
http(?:s)?\://boards\.4chan\.org/([a-z]*)/thread/([0-9]*)(?:\#[0-9a-z]*)?
/
g
Open regex in editor

Description

Matches a 4chan thread URL, see the examples

Submitted by Zeke Sonxx <github.com/zekesonxx>