Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-15 03:28
Updated·2022-11-15 08:43
Flavor·.NET 7.0 (C#)

@"
([+-]?(?=\.\d|\d)(?:\d+)?(?:\.?\d*)?(?:[eE][+-]?\d+))
"
g
Open regex in editor

Description

This might help you to not miss some because the (.....), is dependent on the length.

Submitted by Darwin Subramaniam