A
Arthur Dent
Hello all,
I am trying to figure out how to do something in LINQ, IF I can even do it
in LINQ.
Online samples and such for LINQ is still a bit on the sketchy side.
Here is what I want to do...
I have some string, whatever, that doesn't matter. I want to find all the
characters which occur in the string more than once.
So say my string is "My string is cool.", I want run some query that will
return the letters [s, i, o] because they all occur multiple times.
Is this possible? What would be the right syntax for this?
Thanks for the help; this sure is a lot to learn --- but it is cool stuff!
I am trying to figure out how to do something in LINQ, IF I can even do it
in LINQ.
Online samples and such for LINQ is still a bit on the sketchy side.
Here is what I want to do...
I have some string, whatever, that doesn't matter. I want to find all the
characters which occur in the string more than once.
So say my string is "My string is cool.", I want run some query that will
return the letters [s, i, o] because they all occur multiple times.
Is this possible? What would be the right syntax for this?
Thanks for the help; this sure is a lot to learn --- but it is cool stuff!