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()

Reply via email to