Regular Expressions 101

Community Patterns

Extract IIS Site Name and ID From Web-Binding

0

Regular Expression
PCRE (PHP <7.3)

/
(.*\[@name=)(.*)
/
gm

Description

Extract Site Name and ID from the Web-binding information in the ItemXPath field

Submitted by anonymous - 4 years ago