Regular Expressions 101

Sponsors

Library entries

0
javascript

Classification Matcher

Classification Matcher
Submitted by anonymous - 8 hours ago
0
javascript

RTTU Pharsing

RegEx for RTTU Pharsing
Submitted by CVIKL Dubravko - 11 hours ago
0
pcre2

Gene ID from GTF Attributes

As the title says, duh...
Submitted by anonymous - 13 hours ago
0
python

Bespoke NGINX Log Parse

Splits NGINX logs into named groups
Submitted by Simon - a day ago
0
pcre2

match the id of linkedin url

match the id of LinkedIn URL
Submitted by goldentwon - 2 days ago
0
pcre2

Headers

Headers
Submitted by anonymous - 2 days ago
1
java

Email finder

Matches with the valid email addresses.
Submitted by anonymous - 2 days ago
0
pcre2

Example 1

Example
Submitted by anonymous - 2 days ago
0
javascript

Force email address

Force email address
Submitted by anonymous - 3 days ago
0
golang

pxc plcnext

plcnext version strings
Submitted by anonymous - 3 days 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