Regular Expressions 101

Community Patterns

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

0

Regular Expression
.NET (C#)

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

Description

Loading markdown...
Submitted by anonymous - a year ago