Tr tool

tr is used
- to search replace single characters
- UPPER or lower a string
- filter out digits or the oppsite from a string
- other use cases but sed & awk are likely to be more efficient / handy

https://linuxize.com/post/linux-tr-command/