Regular Expressions 101

Community Patterns

XAML invert Grid.Column and Grid.Row to Grid.Row and Grid.Column

0

Regular Expression
.NET 7.0 (C#)

@"
(Grid\.Column=\"\d\")( )(Grid\.Row=\"\d\")
"
gm

Description

Inverts the 2 attributes

Submitted by anonymous - 2 years ago