in reply to Re^3: Regex and array
in thread Regex and array

Thanks toolic.

As I've been explaining to Corion, I use to use the "strict" pragma in my scripts. The code I posted before, just was a shortened example to focus more on the problem i was experiencing.

Thanks to your suggestion, with grep() applied to the array, I've been able to make the code work! Thank you very much for your help!