M
Michel Racicot
How can I parse easily the following line:
Hi There How "Are you?"
I need to obtain the following values:
1- Hi
2- There
3- How
4- Are You?
Can I use some string tokenisation with this? Can I use the String.Split
member function? How will I treat the "" ?
Thank you
Hi There How "Are you?"
I need to obtain the following values:
1- Hi
2- There
3- How
4- Are You?
Can I use some string tokenisation with this? Can I use the String.Split
member function? How will I treat the "" ?
Thank you