If i have a string separated by commas, let it be the following
==========Text=============
New York, Paris, London, Boston
========== End=============
When a user clicks on word "Paris", I need to get the word "Paris" out of the string, so it will be look like this
==========Text=============
New York, London, Boston
========== End=============
How this can be done.
Thank you
==========Text=============
New York, Paris, London, Boston
========== End=============
When a user clicks on word "Paris", I need to get the word "Paris" out of the string, so it will be look like this
==========Text=============
New York, London, Boston
========== End=============
How this can be done.
Thank you