Community Patterns

Community Library Entry

2

Regular Expression
Created·2016-04-22 04:37
Flavor·PCRE (Legacy)

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

Description

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