Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-05-08 06:58
Flavor·Python

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

Description

no description available

Submitted by anonymous