Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-10-05 18:47
Flavor·Python

r"
^(.*?)/(.*?),now\s(.*?)\s(.*?)\s
"
g
Open regex in editor

Description

extract the package name and version name from the apt list --installed command

Submitted by anonymous