Regular Expressions 101

Library entries

0
pcre2

Validate email

Regex for email validation
Submitted by anonymous - a year ago
0
pcre2

Check WP Admin URLs

Check WP admin pages that are indexed
Submitted by anonymous - a year ago
0
pcre2

SMB share parsing

A regex for parsing SMB shares
Submitted by Drav Sloan - a year ago
0
pcre2

DTM Validation

DTM Validation
Submitted by Mike Cheel - a year ago
0
java

Match CLI argument to

Matches argumetn to as: -t to -t= ...
Submitted by rperez-torro - a year ago
0
pcre2

iamge url

all image url in in content
Submitted by farhad rohani - a year ago
0
python

SoundsExtract

extract sounds
Submitted by anonymous - a year ago

sources.list line match

Vote

0

Regular Expression
python

r"
(?P<type>deb(?:-src)?) (?:\[(?P<options>.*)\] )?(?P<uri>(?P<protocol>(?:(?:mirror\+)?(?P<local>file|cdrom|copy)|(?P<remote>http|https|ftp|ssh))):(?(remote)//((?:(?!-)[a-zA-Z0-9-]{1,63}(?<!-)\.)+[a-zA-Z]{2,6}))/[a-zA-Z0-1-_\./]+) (?P<suite>[a-z/]+)(?:(?<!/) (?P<components>[a-z]+(?: [a-z]+)*))
"
u

Description

Loading markdown...
Submitted by NK308 - 2 years ago