I have a string:
"WorldWatch , Tokyo"
Is there anyway I can delete everything after the comma including the
comma itself? Keep in mind that everything atfer the comma is
generated dynamically!
Thanks!
"WorldWatch , Tokyo"
Is there anyway I can delete everything after the comma including the
comma itself? Keep in mind that everything atfer the comma is
generated dynamically!
Thanks!
Comment