Hey guys,
I've got a chat history from a WhatsApp group.
The structure of the text looks like:
....
05.12.17, 06:55:25: +49 173 71696** hat die Gruppe verlassen
05.12.17, 06:56:25: +49 176 642603**: Hast du noch einen guten ab 21 Uhr ?
05.12.17, 06:57:04: +49 176 706610**: Heute muss rasiert werden
05.12.17, 06:57:25: +49 1516 15348**: chillt
...
Now I would like to extract all the numbers out of this txt. file
I would like to get a list of numbers where every number is unique with no double numbers.
Does anyone have an idea what's the easiest way to do this?
Thanks you guys!
I've got a chat history from a WhatsApp group.
The structure of the text looks like:
....
05.12.17, 06:55:25: +49 173 71696** hat die Gruppe verlassen
05.12.17, 06:56:25: +49 176 642603**: Hast du noch einen guten ab 21 Uhr ?
05.12.17, 06:57:04: +49 176 706610**: Heute muss rasiert werden
05.12.17, 06:57:25: +49 1516 15348**: chillt
...
Now I would like to extract all the numbers out of this txt. file
I would like to get a list of numbers where every number is unique with no double numbers.
Does anyone have an idea what's the easiest way to do this?