Regular Expressions 101

Library entries

0
dotnet

Username regex

Matches alphanumeric, @, . , -
Submitted by Ethan Pedersen - 9 months ago
0
dotnet

sdfsfd

sdfdsf
Submitted by anonymous - 9 months ago
0
dotnet

Any WhiteSpace Character

Any WhiteSpace Character
Submitted by anonymous - 9 months ago
0
dotnet

custom email

custom email
Submitted by anonymous - 9 months ago
0
dotnet

7zip file type regex

header of output from > 7z i
Submitted by ninmonkey - 9 months ago
0
dotnet

title and page

find title and page in text
Submitted by anonymous - 9 months ago
0
dotnet

IP Table Parse IPID

Match 1 is the IPID
Submitted by Tres Little - 8 months ago
0
dotnet

URL

(@url)([\s]=[\s])(?:')(.)(?:')(?:;)
Submitted by anonymous - 8 months ago
0
dotnet

Initials

get the initial of a strings
Submitted by Eddie Choong - 7 months ago
0
dotnet

P4 file info

just p4 file command output match
Submitted by anonymous - 7 months ago
0
dotnet

CAN regex

n
Submitted by anonymous - 7 months ago
0
dotnet

Task6.1

simple mail regex
Submitted by anonymous - 7 months ago
0
dotnet

Task6.2

Telephone number regex
Submitted by anonymous - 7 months ago
0
dotnet

Remplazar contenido

Remplazar contenido
Submitted by anonymous - 7 months ago

01 Jan 2022 Mon 01:02:03

Vote

0

Regular Expression
dotnet

@"
^(\b\d{1,2}\D{0,3})?\b(?:Jan(?:uary)?|Feb(?:ruary)?|Mar(?:ch)?|Apr(?:il)?|May|Jun(?:e)?|Jul(?:y)?|Aug(?:ust)?|Sep(?:tember)?|Oct(?:ober)?|(Nov|Dec)(?:ember)?)\D?(\d{1,2}(st|nd|rd|th)?)?(([,.\-\/])\D?)?((19[7-9]\d|20\d{2})|\d{2}) (?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) \d{2}:\d{2}:\d{2}$
"
gm

Description

Loading markdown...
Submitted by anonymous - 4 months ago