Regular Expressions 101

Sponsors

Library entries

1
javascript

CPF

Validador de CPF
Submitted by Gustavo Américo - 8 years ago
1
javascript

C-Syle If Statement to Excel

no description available
Submitted by nomloc - 8 years ago
1
python

mmtro-back log

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

Caculator

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

2013b

no description available
Submitted by dror - 8 years ago
1
javascript

match block apache

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

Emoji chars

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

OS Grid Reference

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

Italian Fiscal Code [Codice fiscale]

Codice fiscale italiano
Submitted by Italo - 8 years ago
1
javascript

salary

Chinese salary input
Submitted by taijia - 8 years ago
1
python

print_build_data

URL to get build data from the api
Submitted by anonymous - 8 years ago
1
python

DOS ASM Ops

Matches ops of DOS ASM
Submitted by anonymous - 8 years ago

Simple, universal and short regex to find quoted strings. Invalid quotes inside string ignored. flag s (single-line) allows to find multiline strings

Vote

1

Regular Expression
python

"
([\'\"\`])(.*)\1
"
gm

Description

Loading markdown...
Submitted by V. Martian - 3 years ago