1
I have the following text::
17/7/2014 14:58:44
Finalizada
170848546
I need to get exactly the "Finished", it’s PHP, I can’t understand regular expressions, someone gives me a light?
I created the following:
/([0-9][0-9]):([0-9][0-9]):([0-9][0-9])\n[a-zA-Z]*/
But it didn’t work, remembering that each word is in a different line.
I think I understood the question by its answer +1, and excludes my answer :p
– abfurlan
Thank you so much! That’s exactly what it was.
– Roberto Junior