How to read a preformatted string?

0

I have a file with String in a certain format, I would like to capture some information from this string. Example:

0:13:13 - ID:( usuário ) / Name:( nome ) / IP ( 177.22.XX.X ) Memory Function Code Error ( 1 )( 267 354 24 )( 12 15 5 )

I would like to get the data like time, id, name, ip and the description phrase.

Is there any way to do this?

    
asked by anonymous 01.06.2015 / 18:28

0 answers