Regular Expressions 101

Library entries

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
0
pcre

eee

eee
Submitted by eee - 8 years ago
0
pcre

test

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

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

KZ phone regexp

Regexp for kz website mask "+7(999) 999-99-99"
Submitted by Iden - 8 years ago
0
pcre

fsd

fsdfsd
Submitted by anonymous - 8 years ago
1
javascript

Get the extension of file

Get the extension of file
Submitted by Taffarel Xavier - 8 years ago
1
javascript

Get extension of an file

Get extension of an file.
Submitted by Taffarel Xavier - 8 years ago
0
pcre

select html paragraph tags

no description available
Submitted by anonymous - 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