Jump to content

Substring: Difference between revisions

170 bytes removed ,  13 years ago
Undo revision 109590 by Markhobley The change asks for a lot of tasks to be updated without flagging such, or mentioning it on the talk page.
(→‎{{header|J}}: add requested task)
(Undo revision 109590 by Markhobley The change asks for a lot of tasks to be updated without flagging such, or mentioning it on the talk page.)
Line 1:
{{Task|Basic language learning}}[[Category:String manipulation]]{{basic data operation}}TheIn this task is to demonstrate the use of substrings withindisplay thea language.substring:
 
The solution should demonstrate how to achieve each of the following results:
 
* starting from <tt>n</tt> characters in and of <tt>m</tt> length;
* starting from <tt>n</tt> characters in, up to the end of the string;
* the whole string minus the firstlast character;
* the whole string minus the last character;
* starting from a known character within the string and of <tt>m</tt> length;
* starting from a known substring within the string and of <tt>m</tt> length.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.