Changes between Initial Version and Version 5 of Ticket #686
- Timestamp:
- 02/21/12 19:18:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #686
- Property Cc Alex Shinn added
-
Property
Milestone
changed from
4.8.0
to
-
Ticket #686 – Description
initial v5 1 1 When {{{irregex-replace/all}}} is given a pattern containing a {{{bos}}} anchor it will not behave as expected. For example this call: 2 2 3 {{{ 3 4 (irregex-replace/all '(seq bos #\space) " x " "*") 5 }}} 4 6 5 7 returns {{{"***x "}}} rather than the expected {{{"* x "}}}.