Substring/Top and tail: Difference between revisions

Content added Content deleted
m (added whitespace before the TOC (table of contents).)
m (split two sentences in the task's requirements.)
Line 1: Line 1:
{{task}}[[Category:String manipulation]]
{{task}}[[Category:String manipulation]]
The task is to demonstrate how to remove the first and last characters from a string. The solution should demonstrate how to obtain the following results:
The task is to demonstrate how to remove the first and last characters from a string.

The solution should demonstrate how to obtain the following results:


* String with first character removed
* String with first character removed