if not re.match(lst_pattern, value, flags=re.I):
            return (None, obj_tables.InvalidAttribute(self, ['Incorrectly formatted list of transcription factor regulation: {}'.format(value)]))