﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1661	irregex-replace/all behaves weirdly at bos/bol	sjamaan		"Reported by Petruchio on IRC:

```
(irregex-replace/all (irregex 'bol) ""Line1\nLine2"" ""*"")
=>
""ine1\n*Line2""
```

Expected output is `""*Line1\n*Line2""`.  If you use `bos` instead of `bol` the first character gets ""eaten"" as well."	defect	closed	major	5.2	core libraries	5.1.0	fixed	irregex		medium
