“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”
k a r t h i k e y a n * n a i r * j e e b u
realtechnologyheroes
Saturday, December 23, 2006
Wednesday, December 13, 2006
Replacing array elments with single command
string[] MyNames = { "America", "Chicago", "Illinois"};
MyNames = String.Join("|", MyNames ).Replace("a", "z").Split('|');
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)