id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2540	"[Text.Regex] incorrect word boundary (""\\b"") substitutions. Bug in regex-compat's subRegex handling of BOL flags."	Eelis-	ChrisKuklewicz	"Consider:
{{{
  import Text.Regex
  main = putStrLn $ subRegex (mkRegex ""\\b(.)"") ""abcdef"" ""|\\1""
}}}
This outputs ""|a|b|c|d|e|f"", while it really should output ""|abcdef"" (at least according to Perl and Ruby).
"	bug	closed	normal	Not GHC	libraries (other)	6.8.3	fixed	regex regex-compat		Unknown/Multiple	Unknown/Multiple		Unknown				
