Regular Expressions 101

Community Patterns

Community Library Entry

-1

Regular Expression
Created·2022-08-15 18:15
Flavor·PCRE (Legacy)

/
[^\s|,|(|)]+
/
g
Open regex in editor

Description

Extract any kind of numerical value (int or double, positive or negative) from a string written as a vector (ie '(#1, #2, #3)' ).

Submitted by Jamie C. Dyer