Hello,
I have this string:
I need for example, the URLs that are Name1-Color to be saved in an array with the same name as the file without the number in front of it or the extension. The expected result is this:
I need this result to be able to iterate with them in another function.
I understand that this could be done with regex but I'm not very good with string manipulations or regex. Can you help me?
Thank you all very much!