Regular Expressions 101

Library entries

0
python

Float number regex

Float number without letters and symbols
Submitted by anonymous - 5 years ago
0
python

Synop

no description available
Submitted by anonymous - 5 years ago
0
python

Synop

no description available
Submitted by anonymous - 5 years ago
0
python

aaa

aaa
Submitted by anonymous - 5 years ago
0
python

policy_extraction

no description available
Submitted by anonymous - 5 years ago
0
golang

abc

no description available
Submitted by anonymous - 5 years ago
0
python

amf signals

no description available
Submitted by anonymous - 5 years ago
0
python

thue

no description available
Submitted by anonymous - 5 years ago
0
golang

Codeblock Recogniser

no description available
Submitted by anonymous - 5 years ago
0
golang

Finding imports

no description available
Submitted by anonymous - 5 years ago
0
golang

Finding imports

no description available
Submitted by anonymous - 5 years ago
0
python

csdetail

no description available
Submitted by anonymous - 5 years ago
0
python

Spaces around punctuation

no description available
Submitted by anonymous - 5 years ago
0
python

Code du travail articles

no description available
Submitted by anonymous - 5 years ago
0
python

Extrair data por extenso

no description available
Submitted by anonymous - 5 years ago

Regex to group output of $(ip addr) interface

Vote

1

Regular Expression
python

r"
\d: ([\w@]+): <(.+)> mtu (\d+) qdisc (\w+) qlen (\d+)\n[ ]+(\w+\/\w+) ([\d:\w.]+) brd ([\d:\w.]+)\n?(?:(?: )+inet6? ([\d.:\/]+) (?:brd ([\d:\w.]+) )?scope (\w+) (?:\w+)?\n(?: )+valid_lft (\w+) preferred_lft (\w+))?
"
gm

Description

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