﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
687	irregex-replace returns #f when nothing was replaced	Moritz Heidkamp	sjamaan	"irregex-replace currently returns {{{#f}}} when nothing was replaced instead of the original string. This is slightly inconvenient as well as inconsistent with {{{irregex-replace/all}}}'s behavior. Example:

{{{
#;6> (irregex-replace ""foo"" ""bar"" ""baz"")
#f
#;7> (irregex-replace/all ""foo"" ""bar"" ""baz"")
""bar""
}}}"	enhancement	closed	major	4.9.0	core libraries	4.7.x	fixed	irregex	felix winkelmann	
