1.2.8 String Handling Operations in a Programming Language
In this lesson, you will learn how strings can be manipulated within programs. You will explore how to find the length of a string, locate the position of a character, extract substrings, join strings using concatenation, convert between characters and character codes, and convert between strings and numerical data types.
