Regular Expressions 101

Sponsors

Library entries

1
pcre

testing

testing
Submitted by Zeddy - 8 years ago
0
pcre

qwqwe

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

test

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

TimeRegex

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

Phone number

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

ip (CIDR) check

from 0.0.0.0 to 255.255.255.255
Submitted by Marcel Bayer - 8 years ago
1
pcre

TLD Scratch tapes

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

body tag extract

no description available
Submitted by Girish - 8 years ago

Match a string that is equal to a string before a '='

Vote

1

Regular Expression
pcre

/
(?:^|\s)(?'arg1'[a-z]+)=(?P=arg1)
/
g

Description

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