Regular Expressions 101

Community Patterns

match weight with pounds and kg

0

Regular Expression
Python

r"
(\d*\.\d*)( lb \(\d*\.*\d* kg\))
"
gm

Description

no description available

Submitted by anonymous - 5 years ago