Regular Expressions 101

Community Patterns

1

gamename

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

regeg test

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

LaTeX command

Python
no description available
Submitted by Mattia Penati - 7 years ago

Match text inside of single/double quotes, mysql identifier tokens(`)(ignore escaped nested quotes)

1

Regular Expression
PCRE (PHP <7.3)

/
["'`](?:(?<=")[^"\\]*(?s:\\.[^"\\]*)*"|(?<=')[^'\\]*(?s:\\.[^'\\]*)*'|[^`]*`)
/
g

Description

Loading markdown...
Submitted by Phillip Weber - 6 years ago