# The Basics of Strings

  • Describe the relationship between strings and individual characters
  • Define the term "string literal"
  • Identify the purpose of the .Length property of strings
  • Describe how to remove leading and trailing spaces on strings
  • Describe how to replace part of a string with another string
  • Convert strings to upper case and lower case
  • Describe how calling a string method to return modified strings does not change the original string variable
Last updated on: 4/24/2020, 3:31:49 AM