![]() |
| Problem with regexs and arrays - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Problem with regexs and arrays (/thread-19434.html) |
Problem with regexs and arrays - JoJolM - Jun-28-2019 I was wondering if someone could help me understand this line of code self.lang_config[lang][x][str(i)]['re'] = ( re.compile(self.lang_config[lang][x][str(i)]['match'] RE: Problem with regexs and arrays - Gribouillis - Jun-28-2019 It is not a line of code. There are unmatched parentheses. |