Chapter 3. Strings and Binaries
This chapter will cover the following recipes:
- Joining strings
- Splitting strings
- Replacing string codepoints with patterns
- Slicing strings with ranges
- Using regular expressions
- Combining operations with the
|>
operator - Creating a word list
- Determining the word frequency in a text
- Reading and writing metadata from MP3 files