Please enable JavaScript to use CodeHS

Texas Computer Science I

Lesson 13.6 Strings and String Manipulation

Description

In this lesson, students explore basic string manipulation methods: replace, replaceAll, toUpperCase, and toLowerCase.


Objective

Students will be able to:

  • Define a string
  • Access a specific letter in a string using indices
  • Manipulate strings using methods: replace, replaceAll, toUpperCase, toLowerCase