Regular Expressions 101

Sponsors

Library entries

0
pcre

Iniciais nomes

Obtém iniciais dos nomes, como siglas.
Submitted by Igor - 6 years ago
0
pcre

replace with ,

no description available
Submitted by anonymous - 6 years ago
0
pcre

Everything up to DOT not including

no description available
Submitted by anonymous - 6 years ago
1
pcre

Android package name

Validation of android package names. Read more
Submitted by Paldom - 6 years ago
0
pcre

Confirmation (test)

no description available
Submitted by anonymous - 6 years ago
0
pcre

Confirmation 2

no description available
Submitted by anonymous - 6 years ago
0
pcre

uppercase to lowercase

Replace uppercase with lowercase letters
Submitted by Gabi Rusu - 6 years ago
0
pcre

Java File Header

Java File Header
Submitted by Sathish Kumar - 6 years ago
0
pcre

1

1
Submitted by anonymous - 6 years ago
0
pcre

auditd

extract useful information from audit log
Submitted by anonymous - 6 years ago
0
pcre

Rally regexes

no description available
Submitted by anonymous - 6 years ago
0
pcre

ID Card extraction

Extract an ID card from a body of text
Submitted by anonymous - 6 years ago

Match Apache log line

Vote

0

Regular Expression
pcre

/
^(?P<host>[^\s]+) (?P<ip>[^\s]+) (?P<server>[^\s]+) - (?P<date>[^\s+]+) (?P<timezone>[^\s]+) "(?P<method>[^\s]+) (?P<url>[^\s]+) HTTP\/\d.\d" (?P<response>[^\s]+) (?P<size>[^\s]+) (?P<referrer>[^\s]+) "(?P<agent>.+)"\n
/
s

Description

Loading markdown...
Submitted by anonymous - 6 years ago