Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2019-02-23 00:17
Type·Match
Flavor·Python

no description available

Submitted by Anonymous
Open Workspace