Regular Expressions 101

Sponsors

Library entries

1
python

Date

Find and ISO format date.
Submitted by Andrew Chalk - 7 years ago
4
pcre

Jeff Test

Valid and Invalid emails
Submitted by anonymous - 7 years ago
0
pcre

Apache log regex

Regex pattern for Apache log
Submitted by Sujan Thapa - 7 years ago
1
pcre

dsadas

dsadsadas
Submitted by anonymous - 7 years ago
1
pcre

ates

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

SP ZONE SEARCH PATTERN

no description available
Submitted by Woohoo - 7 years ago
0
pcre

Number

no description available
Submitted by Jaromir Muller - 7 years ago
1
python

PECL: find stable versions

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

SLICING A PATTERN

YEAR_MONTH_DAY HOUR_MINUTE_SECOND (UTC)
Submitted by Kmna - 7 years ago
1
pcre

Butle_UPMC_Match

Work for BHS
Submitted by Brian Mulhall - 7 years ago
1
pcre

removing a match (Date timefield)

trimming unwanted timestamps
Submitted by Kmna - 7 years ago
1
pcre

pattern

lookahead
Submitted by Kmna - 7 years ago
0
pcre

date format slicing

lookahead
Submitted by Kmna - 7 years ago
2
pcre

Basic Email

no description available
Submitted by Kareem Cambridge - 7 years ago
1
python

java

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

Replace comma in brackets

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

Backline

no description available
Submitted by anonymous - 7 years ago

SQLALCHEMY_DATABASE_URI parser

Vote

1

Regular Expression
python

"
(?P<dialect>[^+:]+) (?: \+ (?P<driver>[^:]+) )? :// (?P<username>[^:@]+) (?: : (?P<password>[^@]+) )? @ (?P<host>[^:/]+) (?: : (?P<port>\S+) )? / (?P<database>.*)
"
x

Description

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