Work with Strings; Built-in functions; Validate input; Regular Expressions; Word Games
There are many functions for working with strings. For instance, you can extract just part of a string, tell if one string is embedded inside another string, and replace one string with another.
In order to do this you will: