Relative Content

Tag Archive for pythonregexregex-group

error when executing regular expression with python

the file “catalogo_no_linebreak.txt” contains a list of products, grouped in one line, i’am using the regular expression (re.split()) to try
Retrieve the record of each product and logo after saving to the “saida.txt” file.