View Problem
Loop through a string matching a regex and performing an action for each match
Create a list
There are 17 other solutions in additional languages (cpp, csharp, erlang, fsharp ...)
[fish1,cow3,boat4] when matching "(fish):1 sausage (cow):3 tree (boat):4" with regex /\((\w+)\):(\d+)/
There are 17 other solutions in additional languages (cpp, csharp, erlang, fsharp ...)
