T
Tony Johansson
Hi!
I understand this one.
MatchCollection matches = Regex.Matches("I'lgl some some is is a ",
@"(?<char>\s\w+)\k<char>");
I don't understand how this one works but it gives there matches. Can
somebody explain how this works.
MatchCollection matches = Regex.Matches("aababb", @"(?<l>a)(?<l>\\lb)*");
//Tony
I understand this one.
MatchCollection matches = Regex.Matches("I'lgl some some is is a ",
@"(?<char>\s\w+)\k<char>");
I don't understand how this one works but it gives there matches. Can
somebody explain how this works.
MatchCollection matches = Regex.Matches("aababb", @"(?<l>a)(?<l>\\lb)*");
//Tony