Regular Expressions 101

Library entries

0
java

DB

DB
Submitted by DB - a year ago
0
java

括号匹配

(\[]\])|(【】)|(())|(\(\))
Submitted by nasion - a year ago
0
java

IP Address

IP Address RegEx
Submitted by anonymous - a year ago
0
golang

Jira issue number

Matches and catches Jira issue number
Submitted by anonymous - a year ago
0
java

#结尾的电话匹配

#结尾的电话匹配
Submitted by anonymous - a year ago
0
golang

Golang Docker matcher

Used by me for docker-retagger
Submitted by Roman Minebaev - a year ago
0
java

CDATA Matcher

Matches CDATA sections while disallowing nesting
Submitted by anonymous - a year ago
0
golang

匹配邮箱

[A-Za-z0-9]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+) `
Submitted by Lintao - a year ago
0
java

phone number matcher

phone number matcher
Submitted by anonymous - a year 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