Regular Expressions 101

Community Library

Community Library Entry

2

Regular ExpressionOpen Workspace

/
(?'pair'(?'d'-)(?'lcv'\w+)(?'s'\s)(?'dol'\$)(?'o'\()(?'ucv'\w+)(?'c'\)))(?'es'\n?)
/
g

Description
Created·2016-04-22 04:37
Type·Substitution
Flavor·PCRE (Legacy)

This helps you take a list of ARM parameters where each pair is on its own line and combine them back to a single line so you can place them in VSTS's ARM template parameter override field.

Submitted by Paul Daly
Open Workspace