Regular Expressions 101

Community Patterns

TAP Result Log issue

0

Regular Expression
.NET 7.0 (C#)

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

Description

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

Submitted by Darwin Subramaniam - a year ago (Last modified a year ago)