Hi all,
I need to pull 19 numbers that are always after "snippet&nv=" in a row. Also there is more than one time this sentence 'snippet&nv=" in a row and I need all of the numbers (19 straight after this)...
So ltes say that there is something like this:
"snippet&nv=3367754797134467621&s=adx" target="_blank">Valkyrie</a>)</div></div></div><div><div class="gwt-Label H61PIGB-nb-a">Customer</div> <div class="H61PIGB-nb-b"><div class="snippet&nv=3367754797123467622&s=adx" target="_blank">Valkyrie</a>)</div></div></div><div><div class="gwt-Label H61PIGB-nb-a">Customer</div> <div class="H61PIGB-nb-b"><div class="snippet&nv=3367754797134467623&s=adx" target="_blank">Valkyrie</a>)</div></div></div><div><div class="gwt-Label H61PIGB-nb-a">Customer</div> <div class="H61PIGB-nb-b"><div class="gwt-"
This is all i one row, yes it is a part of the HTML code
So I would need to have a result like this:
3367754797134467621,
3367754797123467622,
3367754797134467623,
Sorry for this weird way of explaining but have no idea how to do it...