I think it could work (hope not to mess the results in other parts of the program where I explode, and work with arrays).
Anyway, I still curious about REGEX method, it could be useful in the future.
I don't know how to build a expression saying:
(start of string | [0-9])605([0-9] | end of string)
or
(start of string | |)605(| | end of string)