Its hard for me to explain this accurate, but what i want is this. The numbers between the elements containing the string '/' merged together like so:
source = ['3', '/', '7', '/', '1', '1', '/', '1', '5', '/', '2', '2', '/', '1', '1', '5']
some function....
output = ['3', '/', '7', '/', '11', '/', '15', '/', '22', '/', '115']