Regular Expressions 101

Community Patterns

C scientific notation

0

Regular Expression
Python

r"
(\d*\.\d+|\d+\.\d*)([eE][\+-]?\d+)?|\d+[eE][\+-]?\d+
"
gm

Description

no description available

Submitted by anonymous - 4 years ago