Regular Expressions 101

Sponsors

Library entries

1
pcre

@ngInject

no description available
Submitted by Jonathan Rubin Yaniv - 7 years ago
1
pcre

url tokenizer

break down a url to it's components
Submitted by johnrcui - 7 years ago
1
pcre

URL Regex

An advanced URL regex for http(s) and ftp.
Submitted by Matthias Weiß - 7 years ago
0
pcre

google.com

no description available
Submitted by anonymous - 7 years ago
1
pcre

TV shoe file name matcher

Match TV information in filenames.
Submitted by anonymous - 7 years ago
1
pcre

Alter SQL Create Table

no description available
Submitted by anonymous - 7 years ago
1
pcre

email

no description available
Submitted by anonymous - 7 years ago
1
pcre

le test a toto

toto
Submitted by toto - 7 years ago
1
pcre

keekeke

kekekekkekeke
Submitted by checnev - 7 years ago
1
python

Infobox of Wiki

no description available
Submitted by anonymous - 7 years ago
1
pcre

standard email

no description available
Submitted by anonymous - 7 years ago
1
python

numbahs

no description available
Submitted by anonymous - 7 years ago
1
pcre

File Name Finder

no description available
Submitted by Tyler Mills - 7 years ago
-1
pcre

Names

Just checks for two capitalized words separated by a string
Submitted by anonymous - 7 years ago

TV Series filename parsing

Vote

3

Regular Expression
pcre

/
^((?<ShowNameA>.*[^ (_.]) [ (_.]+ (?!720p|1080p|264|265) ( # Shows with preceding Year #(?<ShowYearA>\d{4}) ([ (_.]+ ( (?<ShowYearA>(?:19|20)\d{2}) ([ (_.]+ ( (?<SeasonA>\d{1,2})x(?<EpisodeA>\d{1,2}) |(?<SeasonB>[0-3]?[0-9])(?<EpisodeB>\d{2}) |S(?<SeasonC>\d{1,2})E(?<EpisodeC>\d{1,2}) ) )? | # Shows without preceding Year (?<!\d{4})( S(?<SeasonD>\d{1,2})E(?<EpisodeD>\d{1,2}) |(?<SeasonF>[0-3]?[0-9])(?<EpisodeF>\d{2}) |(?<SeasonE>\d{1,2})x(?<EpisodeE>\d{1,2})) ) |(?<ShowNameB>.+))
/
mgxi

Description

Loading markdown...
Submitted by anonymous - 7 years ago