Regular Expressions 101

Community Patterns

0

Claimants BAT

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

test

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

adjust space

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

test

Python
no description available
Submitted by anonymous - 4 years ago

Match everything but CVS

0

Regular Expression
Python

r"
(^[^C].*|^.[^V].*|^..[^S].*)
"
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago