Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-02-23 00:17
Flavor·Python

r"
(?P<l>\d+(\,\d+)?)\s*x\s*(?P<w>\d+(\,\d+)?)\s*x\s*(?P<h>\d+(\,\d+)?)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous