Regular Expressions 101

Community Patterns

Pulling values from weblog

1

Regular Expression
PCRE (PHP <7.3)

/
.*?\/[0-9]\.[0-9]\+\((.*?)\;.*
/

Description

Pulling specific values from weblog. In this case, the OS.

Submitted by SC - 9 years ago