﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27102	simplify_regex is not cleaning up any outstanding regex-y character	Prajjwol Gautam	Prajjwol Gautam	"If you try cleaning up a regex pattern involving groups, simplify_regex fails to remove a bracket.

Steps to reproduce:
run this in your shell: 
`django.contrib.admindocs.views.simplify_regex('^orgs/(?P<org_id>([0-9a-f]{32}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}))$')`
output:
`'/orgs/<org_id>)'`

expected output:
`'/orgs/<org_id>'`
"	Bug	closed	contrib.admindocs	dev	Normal	duplicate			Accepted	1	0	0	0	0	0
