Substring: Difference between revisions

Content deleted Content added
Removed double formatting per MOS:WAW.
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
Line 9:
The substrings of the string "apple" would be
"a", "ap", "app", "appl", "apple",
"p", "pp", "ppl", "pple", "pl", "ple", "l", "le", "e", and "" (note the [[empty string]] at the end).
"pl", "ple",
"l", "le"
"e", and ""
(note the [[empty string]] at the end).
 
== Substring ==