Regular Expressions 101

Library entries

0
pcre2

匹配代码块

用来匹配markdown里面的代码块
Submitted by anonymous - an hour ago
0
pcre2

asd

asdf
Submitted by anonymous - 18 hours ago
0
pcre2

Achternaam

Check on achternaam
Submitted by anonymous - a day ago
0
pcre2

Pull Quote regex

Get quote text and author
Submitted by sunilP - a day ago
0
pcre2

RegEx

Examples
Submitted by anonymous - 2 days ago
0
pcre2

EmailValidation

This is an Email validation using RegExp.
Submitted by anonymous - 2 days ago
0
pcre2

Age

Match "I'm ##" or "I am ##"
Submitted by Matt - 2 days ago
0
pcre2

IssuePattern

working pattern for Issue packages
Submitted by anonymous - 3 days ago
1
pcre2

3 letter word finder

finds any 3 letter words in a text
Submitted by anonymous - 4 days ago
0
pcre2

quoted strings regex

matches quoted strings
Submitted by anonymous - 4 days ago
0
javascript

IPv4-CIDR

Match IPv4-CIDR (JavaScript)
Submitted by fwqaaq - 4 days ago
0
pcre2

outletId

test outlet id
Submitted by Ankit - 4 days ago

Odoo parsing for Loki

Vote

0

Regular Expression
pcre2

/
^(?P<date>[^ ]+) (?P<time>[^ ]+) (?P<process_id>[^ ]+) (?P<level>[^ ]+) (?P<db>[^ ]+) (?P<app>[^:]+): (?P<message>(?P<ip>(?:[0-9]{1,3}\.){3}[0-9]{1,3})(?: - - \[[0-9]{2}\/[A-Za-z]{3}\/[0-9]{4}\s[0-9]+:[0-9]+:[0-9]+\] ")(?P<http>(?:[A-Z]+)) (?P<path>(?:[\/a-z0-9\._]*)) .*" (?P<response>(?:\d{3})) (?:-) (?P<http_size>\d+) (?P<http_time_total>\d+\.\d+) (?P<http_time_>\d+\.\d+)|.*)$
/
gmi

Description

Loading markdown...
Submitted by coopdevs - 3 months ago