This document describes string manipulation functions in Ring including:
- Getting the length of a string with len()
- Converting case with upper() and lower()
- Accessing characters with indexing and for loops
- Extracting substrings with left() and right()
- Trimming spaces with trim()
- Copying strings with copy()
- Counting lines with lines()