String Related Functions
In This Lesson, You Will Learn Functions That:
- Measure the number of characters in a string.
- Extract single or multiple characters from strings.
- Remove unwanted whitespace from around a string.
You Will Also Learn:
- How string functions work with numeric values
<< Previous: Lesson Summary | Next: String Length (Strlen) >>