Regular Expressions 101

Library entries

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
0
pcre2

等等

方法
Submitted by anonymous - a year ago
0
pcre2

Data URL

Parsing of Data URLs
Submitted by anonymous - a year ago
0
pcre2

Phone of 10 and 11 digits

Phone validation
Submitted by anonymous - a year ago
0
pcre2

/user/favorites

Url endpoint
Submitted by anonymous - a year ago
0
python

find match in url

find the word "google" with "i" or "com"
Submitted by Shai chikorel - a year ago
0
pcre2

get all image link in html

get all image link in html
Submitted by anonymous - a year ago

Add padding to non-empty HTML table cells that don't already have padding.

Vote

0

Regular Expression
pcre2

/
<(?'Tag'td|th)(?'NonStyleAttributes1'(?>\s+(?!style)\w*(?>="[^"<>]*")*)*)(?>(?'SpaceBeforeStyle'\s*)\sstyle="(?!padding|[^"<>]*\spadding)(?'OtherStyling'[^"<>]*)"(?'NonStyleAttributes2'(?>\s+(?!style)\w*(?>="[^"<>]*")*)*))?(?'TagEnd'\s*>)(?!\s*(?><br(?>\s[^<>])*\/?>\s*)?<\/\k'Tag'\s*>)
/
gmi

Description

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