﻿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
32499	simplify_regex only removes some metacharacters from regex patterns	Rohith P R	Nick Pope	"
|| Input Pattern  || Expected Output || Actual Output ||
|| {{{r'^\b(?P<slug>\w+)\B'}}} || /<slug> || /\b<slug>\B
|| r'\Ab/\Z' || /b/ || /\Ab/\Z

"	Cleanup/optimization	closed	contrib.admindocs	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
