Regular Expressions 101

Library entries

0
pcre

Port mapping

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

Polynomial matcher

Matches every polynomial you want ;)
Submitted by Stefan Baumann - 8 years ago
0
pcre

brian

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

test

test
Submitted by test - 8 years ago
1
pcre

regex

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

asdfasfdasdfasdffasdf

asdfasdfadfasddfasdfadsaf
Submitted by afdsadsfasdfadsf - 8 years ago
0
pcre

File name

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

guto

gutoregex
Submitted by guto - 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