I have a string like:
"item 1, item 2, item 3"
.
What I need is to transform it to:
"item 1, item 2 and item 3"
.
In fact, replace the last comma with " and". Can anyone help me with this?
See Question&Answers more detail:osI have a string like:
"item 1, item 2, item 3"
.
What I need is to transform it to:
"item 1, item 2 and item 3"
.
In fact, replace the last comma with " and". Can anyone help me with this?
See Question&Answers more detail:os