Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

"
^[c-d|f]:\\[\\\S|*\S]?.*fnplicensingservice64.exe$
"
gmi

Description
Created·2021-10-02 18:55
Type·Match
Flavor·Java

Used for Service Discovery in vRealize Operations. Use case is a service that can be installed on any path, but we only want to discover and monitor services installed on standard production drives (C, D or F). Filename will always be the same.

Submitted by Various
Open Workspace