Regular Expressions 101

Library entries

1
python

test

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

triple / double bottles

triple / double bottles
Submitted by anonymous - 3 months ago
1
java

Email finder

Matches with the valid email addresses.
Submitted by anonymous - 2 months ago
1
java

json value extract

json value extract
Submitted by anonymous - 2 months ago
1
python

Get <NIC>

Get NICs from string
Submitted by anonymous - a month 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

Lines which have not an exact nr of entries separated by 1 Space

Vote

1

Regular Expression
python

r"
(^ *\S+ *$)|(^ *(\S+ ){1,3}\S+ *$)|(^ *(\S+ ){5,}\S+ *$)|(^ +(\S+ ){4}\S+ +$)
"
mg

Description

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