Regular Expressions 101

Library entries

0
pcre

Syslogs

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

DSL whoc

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

DSL who clan

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

DSL who clan

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

Json Parser

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

Vorname / Name vertauschen

reto burger > burger reto
Submitted by anonymous - 5 years ago
0
pcre

Git

Regex fpr not considering git
Submitted by anonymous - 5 years ago
0
pcre

Clean port SWIFT

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

RC :: URLs sem brasil (lookahead)

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

Apache access.log

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

grap html tag

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

updated url regex php

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

match functions in a formula

no description available
Submitted by anonymous - 5 years ago

quoted string possibly containing escaped delimiter

Vote

0

Regular Expression
pcre

/
# the opening delimiter (["']) # the body is (?: # either an escaped delimiter \\\1 # or | # anything except a backslash or a delimiter (?!\\|\1). # (can't put \1 in a character class, so use a negative lookahead) )* # repeated zero or more times# the closing delimiter \1
/
xg

Description

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