Regular Expressions 101

Community Patterns

1

Get <NIC>

Python
Get NICs from string
Submitted by anonymous - 4 months ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago
1

GrEedy

Python
greedy or no greedy_**
Submitted by daen3r1s - 5 days ago
-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
0

test

Python
no description available
Submitted by anonymous - 9 years ago
0

test

Python
test
Submitted by boag - 8 years ago

NumberOnlyDate_regex

0

Regular Expression
Python

r"
(?<!\d) (?: [0-9]{4} (?: (?:0[1-9]|1[0-2]) (?:0[1-9]|1[0-9]|2[0-8]) |(?:0[13-9]|1[0-2]) (?:29|30) |(?:0[13578]|1[02]) (?:31) ) | (?: [0-9]{2} (?: 0[48] |[2468][048] |[13579][26] ) |(?: 0[48] |[2468][048] |[13579][26] )00 ) 02 (?:29) ) (?!\d)
"
gx

Description

Loading markdown...
Submitted by anonymous - 3 years ago