0
How to delete/erase sentences from a string?
I need to create a program which deletes first and last sentence of a single string. The part with making a string and letting the user create his own was easy, but now i'm stuck. Any ideas what to do next? Thanks anyway.
1 Respuesta
0
substring() and indexof()?