Express the properties of Strings?
- Strings can be case sensitive (or not) which can change the outcome of string operations.
- You can evaluate whole strings \ just parts of them by extracting substrings.
- You can apply pattern-matching operations to look for strings that have ascertain structure.