Regular Expressions 101

Library entries

1
python

matches any MAC ID in router log files

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

test

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

Original regex

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

Luca

Esempi di regex
Submitted by prof.manini - 7 years ago
1
python

Lua Anonymous Function Matching

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

All but my string

Return all but the given string
Submitted by elypma - 7 years ago
1
python

OTP Card payment

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

html image tags

no description available
Submitted by Thien Ho - 7 years ago
1
python

email regex

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

srt time frame

srt time frame
Submitted by anonymous - 7 years ago
1
python

remove specific div

removes divs of the print class
Submitted by Nicolaj - 7 years ago
1
python

Bigger or lower than a number with <>

no description available
Submitted by woss.io - 7 years ago
1
python

anime English title

anime English title from snipertopanime
Submitted by Wasdee - 7 years ago
1
python

__import__("os")

no description available
Submitted by anonymous - 7 years ago

JDBC Oracle syntax for EZCONNECT

Vote

1

Regular Expression
python

r"
^jdbc:oracle:thin:((?P<username>[a-zA-Z0-9]{1,})([\/](?P<password>[a-zA-Z0-9]{1,})){0,1}){0,1}@(?P<ezdb_name>((\/\/){0,1}(?P<hostname>[a-zA-Z0-9\.\-]{1,})(\:(?P<port>\d+)){0,1})(\/(?P<service_name>[a-zA-Z\.\-0-9]{1,}(\:(?P<server_type>[a-zA-Z]{1,})){0,1}){0,1}(\/(?P<instance_name>[a-zA-Z0-9]{1,})){0,1}){0,1})$
"
gm

Description

Loading markdown...
Submitted by Alexander.Iljushkin - 7 years ago