Regular Expressions 101

Community Patterns

1

deine regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
-2

Test post by e-mail

PCRE (PHP <7.3)
Description here
Submitted by Arief - 9 years ago
1

transfer

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
1

Code Review

PCRE (PHP <7.3)
username
Submitted by Devon Parsons - 9 years ago
1

domain from full url

Python
no description available
Submitted by anonymous - 9 years ago

#Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)#m regex explanation

2

Regular Expression
PCRE (PHP <7.3)

/
Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)
/
m

Description

Loading markdown...
Submitted by Igor - 9 years ago