Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

TV series season and episode names

4

Regular Expression
PCRE (PHP <7.3)

/
(.*?)[.\s][sS](\d{1,2})[eE](\d{1,3}).*
/

Description

Loading markdown...
Submitted by mikey - 8 years ago