Regular Expressions 101

Community Patterns

0

100-4300

Python
match 100, 200, 300 upto 4300
Submitted by anonymous - 7 months ago
1

Get <NIC>

Python
Get NICs from string
Submitted by anonymous - 7 months ago
0

camel-assistnt resp

Python
camel-assistnt resp
Submitted by anonymous - 7 months ago
0

langchain

Python
langchain
Submitted by anonymous - 7 months ago
0

walter1976Split

Python
walter1976Split
Submitted by anonymous - 7 months ago
0

Extract structure from dates

Python
1-12 / 2022
Submitted by anonymous - 8 months ago

Extract structure from dates

0

Regular Expression
Python

r"
(?P<start>\d{1,2}) ?[-/] ?(?P<end>\d{1,2})[ /]{0,2}(?P<year>\d{2,4})
"
gm

Description

Loading markdown...
Submitted by anonymous - 8 months ago