| Author |
Comment/Response |
Daniel
|
09/14/12 10:29pm
Hello everybody.
If I have a list, that looked like
{{"This", "is", "the", "first", "sentence"},{"And", "this", "is", "the", "second"}}, how can I map out the first element so it looks like{{"is", "the", "first", "sentence"},{"this", "is", "the", "second"}
Also, how can I display the capital lettered words? Thank you~
URL: , |
|