Regular Expressions 101

Community Patterns

0

link regex

Python
no description available
Submitted by anonymous - 3 years ago
0

Final

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

打扫1.0.0.0502

Python
no description available
Submitted by anonymous - 3 years ago
0

short term

Python
no description available
Submitted by anonymous - 3 years ago
0

ex1

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

parsing CSV file

5

Regular Expression
PCRE (PHP <7.3)

/
(?:(?<=^)|(?<=,)) # 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 - 9 years ago