Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-12 10:44
Flavor·.NET 7.0 (C#)

@"
(Grid\.Column=\"\d\")( )(Grid\.Row=\"\d\")
"
gm
Open regex in editor

Description

Inverts the 2 attributes

Submitted by anonymous