I want to convert a sentence into array of words.
I want to convert them into a stream of tokens and assign a variable name to each token.
eg: "I am a girl"
- Token[0] = I
- Token[1] = am
- Token[2] = a
- Token[3] = girl
Please Help
All about computer Coding FAQs
I want to convert a sentence into array of words.
I want to convert them into a stream of tokens and assign a variable name to each token.
eg: "I am a girl"
Please Help
© 2010 shareit. Blogger Template by
&
0 comments:
Post a Comment