I'm looking for a tool (online or for OSx) that can capture numbers in a string using regex, and then sum up those numbers and display the sum (and ideally perform some other mathematical operations as well).
I know that for example RegExr can list all matches, but it can't really perform any operations on them.
Not sure if this question qualifies on StackOverflow, but I'm sure many developers out there have had the need to quickly and easily sum up some values in debug outputs (which is exactly what I need to do), so I'm throwing it out there anyway.
I could easily create my own tailor made tool to do it, but I'm sure it would benefit all of us (me and those who end up in this thread looking for the same tool) to reuse something that already exists instead of each of us inventing our own wheel.