Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-11-13 22:09
Flavor·PCRE2 (PHP)

/
# ixO) ;to add in Autohotkey ^ (?<Path>.*\\)? (?<Filename> (?<Title>.+?) (?:[^a-z0-9\n]*[^a-z0-9] (?: (?=\d\d? (?:X\d\d?)) | S(?=\d\d?) | Season[^a-z0-9]? (?=\d\d?) ) (?<Season>\d\d?) [EX]?(?<Episode>\d\d?)? | [^a-z0-9\n]*(?<Year>(?:19|20)\d\d) (?!.*(?:19|20)\d\d) )+ (?=[^a-z0-9]) [^a-z0-9\n]*(?<Info>.*?)) (?<Extention>\.\w{2,5})? $
/
gixm
Open regex in editor

Description

ixO) ;to add in Autohotkey

^ (?<Path>.\)? (?<Filename> (?<Title>.+?) (?:[^a-z0-9\n][^a-z0-9] (?: (?=\d\d? (?:X\d\d?)) | S(?=\d\d?) | Season[^a-z0-9]? (?=\d\d?) ) (?<Season>\d\d?) [EX]?(?<Episode>\d\d?)? | [^a-z0-9\n](?<Year>(?:19|20)\d\d) (?!.(?:19|20)\d\d) )+ (?=[^a-z0-9]) [^a-z0-9\n](?<Info>.?)) (?<Extention>.\w{2,5})? $

Submitted by michelr.be at gmail