Changes between Initial Version and Version 5 of Ticket #686


Ignore:
Timestamp:
02/21/12 19:18:49 (12 years ago)
Author:
Moritz Heidkamp
Comment:

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  
    11When {{{irregex-replace/all}}} is given a pattern containing a {{{bos}}} anchor it will not behave as expected. For example this call:
    2  
     2
     3{{{
    34  (irregex-replace/all '(seq bos #\space) "   x   " "*")
     5}}}
    46
    57returns {{{"***x   "}}} rather than the expected {{{"*  x   "}}}.