Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-05 20:19
Updated·2023-05-05 20:24
Flavor·PCRE2 (PHP)

/
Project\((?<ParentProjectGuid>\"\{([0-9A-Fa-f\-]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12})\}\")\) ?\= ?(?<ProjectName>\"[\-\\\w_\. ]*\"),? ?(?<ProjectFilePath>\"[\w\-\.\\_ ]*\"),\s?(?<ProjectGuid>\"\{([0-9A-Fa-f\-]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12})\}\")
/
gm
Open regex in editor

Description

Parse the projects listed in a sln file

Submitted by github.com/rbleattler