Using regex named capture groups to process lines in a CSV file in ruby.
Imagine you are processing a CSV file with information from weather stations. single line might look like this
⛶Hamburg;22.0,Berlin;18.45,Tokyo;11.23,New York;4.20\nThe regex library in ruby allows...