Regular Expressions 101

Library entries

1
golang

lsblk-output-regex

Trying to adapt this regex to support LVM.
Submitted by anonymous - 2 years ago
-1
golang

rtrtr

gtgtg
Submitted by anonymous - 2 years ago
0
golang

Filter 4, 10 digits and email

Test
Submitted by gert rohde - 2 years ago
0
golang

Semantic Versioning

Semantic versioning regex
Submitted by anton-yurchenko - 2 years ago
0
golang

Log Data Parsing

parse log data
Submitted by anonymous - 2 years ago
0
golang

Detecting CJK Chars in Golang!

Detecting CJK Chars in Golang!
Submitted by anonymous - 2 years ago
0
golang

artifactory-request

no description available
Submitted by Scott Barnes - 2 years ago
0
golang

Regex for email searches

no description available
Submitted by Manuel - 2 years ago
0
golang

ISO8601-utc-time

no description available
Submitted by johndunne - 2 years ago
0
golang

ISO8601-duration

no description available
Submitted by johndunne - 2 years ago
0
golang

MYISAM

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

LONG BLOB

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

CHARACTER SET | COLLATE

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

ADD CHANGE MODIFY

no description available
Submitted by anonymous - 2 years ago

Regex for email searches

Vote

0

Regular Expression
golang

`
(?:[a-z0-9!#$%&'*+\/=?^_\x60{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_\x60{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])
`
gm

Description

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