I need to take the word and the two bold numbers of a string to pass it to an array so I can select it later. I've thought about regular expressions in python using the re class but I can not find the form
('{"id": 192, "result": [" on ", " 50 ", " 16777215 "] } \ r \ n ', (0,' \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 \ x00 '))
The solution would be something like:
import re
Palabras[] = re.split(**PATRON_QUE_ME_FALTA**, Frase)