Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-23 14:01
Flavor·PCRE2 (PHP)

/
(?<!\.)\b[0-9]+\b(?!\.)
/
gm
Open regex in editor

Description

such as a line of number: 0.345, 435, 345

Submitted by anonymous