My thoughts on improving the CSV decoder/encoder led me to the idea of using the functionality of regular expressions. This would simplify some of the checks and data analysis would be greatly simplified.
Unintentionally, I don’t have enough experience with regular expressions in Erlang yet. So I need to practice with the re
module.
For this purpose, I created a new repository in which I will post examples of working with the re
module’s functionality.