Regular Expressions 101

Library entries

2
pcre

BZWBK24 SMS Code

no description available
Submitted by maniekq - 8 years ago
-3
pcre

Select a HTML table and all its innerHTML

no description available
Submitted by @ixzy24 - 8 years ago
1
pcre

always greedy

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

Object regex

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

Test Balanced Parentheses

no description available
Submitted by Me - 8 years ago
2
python

selectin multiple image pattern

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

mceItem_breakpoint2

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

mceItem_breakpoint

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

Meow

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

does this work dms?

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

last, first middle name parser

no description available
Submitted by anonymous - 8 years ago
2
python

Find any digits in string

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

eee

eee
Submitted by eee - 8 years ago

parsing CSV file

Vote

5

Regular Expression
pcre

/
(?:(?<=^)|(?<=,)) # start of line or comma (?:(?!$)\s)* # skip whitespace "? # skip opening quote mark ( (?<=").*?(?=") # capture value in quotes | # or ((?!,)\S)* # capture just value ) "? # skip closing quote mark (?:(?!$)\s)* # skip whitespace (?=$|,) # command or the end of the line
/
gmx

Description

Loading markdown...
Submitted by Viktor Lova aka nsinreal - 8 years ago