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?