Regular Expressions 101

Sponsors

Library entries

0
pcre

semantic tags

semantic tags
Submitted by anonymous - a month ago
1
pcre

URL Validator (HTTP and HTTPS)

Validate one URL HTTP and HTTPS
Submitted by Joaquim - a month ago
0
pcre

Mysite

Hello
Submitted by anonymous - a month ago
0
pcre

MBI Regex

validates against the MBI format published by CDC
Submitted by i410hlr - a month ago
0
pcre

Parse arguments

Parse arguments
Submitted by Ofir Yariv - a month ago
0
pcre

User-Agent

Parser
Submitted by sn3kdev - 2 months ago
0
pcre

Parcing2

aa
Submitted by anonymous - 2 months 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