I've got a bunch of strings like this:
style01_11.png
style143_12.png
etc,
How can I get the numeric bit attached to the word 'style'?
I've already exploded it into an array, so they now read:
style01
style143
But now I'm stuck on getting just the number.