Regular Expressions 101

Community Patterns

Find software version in single line text entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\s(\d\S*)\s
/
gm

Description

This will look for a software version within a single line text entry.

Submitted by Bill Alexander - 8 months ago