Regular Expressions 101

Community Patterns

-1

rtrtr

Golang
gtgtg
Submitted by anonymous - 3 years ago
0

Filter 4, 10 digits and email

Golang
Test
Submitted by gert rohde - 3 years ago
0

Log Data Parsing

Golang
parse log data
Submitted by anonymous - 3 years ago
0

ISO8601-utc-time

Golang
no description available
Submitted by johndunne - 3 years ago
0

ISO8601-duration

Golang
no description available
Submitted by johndunne - 3 years ago
0

MYISAM

Golang
no description available
Submitted by anonymous - 3 years ago
0

LONG BLOB

Golang
no description available
Submitted by anonymous - 3 years ago

Regex for email searches

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 - 3 years ago