C
cyberdude
Hi,
I have a string like this:
"A, B, C"
and I need to turn it to
"A, B and C"
, could someone tell me how to do the replacement? In some cases,
there are more than three items in the string (for example, "A, B, C,
D, E, F") Could someone tell me how to do the replacement in this
string with more items? Thank you.
Mike
I have a string like this:
"A, B, C"
and I need to turn it to
"A, B and C"
, could someone tell me how to do the replacement? In some cases,
there are more than three items in the string (for example, "A, B, C,
D, E, F") Could someone tell me how to do the replacement in this
string with more items? Thank you.
Mike