Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Python

r"
^(?=(0[0-7]+))|(?=(0(x|X)[A-F\da-f]+))|(?=((\-|\+|)[1-9]\d*))(?=(\d+\.\d+))$
"
mg

Description

no description available

Submitted by anonymous - 5 years ago