I am Using Below code
String.Join(VbCrLf, "My name Is Manjunath Manjunath".Split(" "c).Distinct().ToArray().Select(Function(a) a + "-" + Regex.Matches("My name Is Manjunath Manjunath", a).Count.ToString()).ToArray())
I am Using Below code
String.Join(VbCrLf, "My name Is Manjunath Manjunath".Split(" "c).Distinct().ToArray().Select(Function(a) a + "-" + Regex.Matches("My name Is Manjunath Manjunath", a).Count.ToString()).ToArray())
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.