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

artifactory-request

Vote

0

Regular Expression
golang

`
^<[0-9]+>(?:[A-Z][a-z]{2}\s+[0-9]{1,2}\s[0-9]{1,2}:[0-9]{2}:[0-9]{2})\s+(?:[^\s]+)\s+(?:[^\s]+)\s+(?P<Timestamp>[0-9]+)\|(?P<TraceID>[^|]+)\|(?P<Unknown>[^|]+)\|(?P<RemoteAddress>[^|]+)\|(?P<Username>[^|\s]+)\|(?P<RequestMethod>[GETPOSUDLACH]+)\|(?P<RequestURL>[^|]+)\|(?P<RequestUserAgent>[^|]+)\|(?P<ResponseStatusCode>[0-9]{3,})\|(?P<RequestDuration>[0-9]+)$
`
mg

Description

Loading markdown...
Submitted by Scott Barnes - 2 years ago