Regular Expressions 101

Community Patterns

Shoes - Servers Related to an Application

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<h5 class="mb-1">\s+(\w+)\s+<\/h5>
/
gm

Description

Paste in the <div class="list-group">...</div> portion of the Application page and this expression should extract the list of servers for you.

Submitted by Cory - 3 years ago