Coursera Week 2 Extracting Data With Regular Expressions
In this assignment you will read through and parse a file with text and numbers. You will extract all the numbers in the file and compute the sum of the numbers.
This is my code for solving the assigment. I highly suggest you to try and make your own code because in this way you can learn and understand how these lines work. This is just an example on how you can solve the problem.