Edson Donizete do Amaral Fri, 19 Jul 2024 05:57:14 -0700
I solve the problem using two backslah like this: From: c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
To: c = findall("\\[(\\S+)/\\S+\\]", msg)[0].lower()