13,420
edits
Changes
→Investigation 2: STRINGS
= Investigation 2: STRINGS =
:Strings are in their most basic form a list of characters, or a bit of text. Strings store text so that we can use them later. In this section we will cover more than just displaying that text to the screen. Here, we will go over cutting strings into sub-strings, joining strings together, searching through strings, and matching strings against patterns.
== PART 1 - String Basics ==