Regular Expressions 101

Library entries

0
java

Verify email

Regex for email
Submitted by anonymous - 8 months ago
0
pcre2

Test mail

Email test
Submitted by anonymous - 8 months ago
0
pcre2

No Squares

Match not square brackets
Submitted by max - 8 months ago
0
pcre2

首行首个单词

匹配首行首个单词
Submitted by anonymous - 8 months ago
0
pcre2

MAC address

MAC address supporting various formats
Submitted by anonymous - 8 months ago
0
pcre2

Visa card regex

Visa card regex
Submitted by anonymous - 8 months ago

nginx access regex loki

Vote

0

Regular Expression
golang

`
(?P<remote_addr>((?:[0-9]{1,3}\.){3}[0-9]{1,3})) (?P<dash>\S+) (?P<remote_user>\S+) \[(?P<time_local>[\w:\/]+\s[+|-]\d{4})\] \"(?P<request>\S+)\s?(?P<path>\S+)?\s?(?P<protocol>\S+)?\" (?P<status_code>\d{3}|-) (?P<body_bytes_sent>\d+|-)\s?\"?(?P<http_referer>[^\"]*)\"?\s\"?(?P<http_user_agent>[^\"]*)\"\s\"?(?P<http_x_forwarded_for>[^\"]*)
`
gm

Description

Loading markdown...
Submitted by Lethisa Putri - 10 months ago