Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-06 06:41
Flavor·PCRE2 (PHP)

/
^\w*+-(([0-9])+(.[0-9]+)+(.[0-9]+))
/
gm
Open regex in editor

Description

This regex will retrieve all number in a given tag

Submitted by Marc Masure