So if I had the following string:
'(01) Kyle Hall - Osc (04) Cygnus - Artereole (07) Forgemasters - Metalic (10) The Todd Terry Project - Back to the Beat (14) Broken Glass - Style of the Street'
I could look through the string and push any numbers in the string to an array, which would look like this:
[01,04,07,10,14]