On Fri, Dec 5, 2014 at 5:51 PM, Yann Ylavic <[email protected]> wrote: > replace("abc*def", "c*", "gh") is "abgh", and not "abghef" as one may expect.
s/"abghef"/"abghdef"/ above.
On Fri, Dec 5, 2014 at 5:51 PM, Yann Ylavic <[email protected]> wrote: > replace("abc*def", "c*", "gh") is "abgh", and not "abghef" as one may expect.
s/"abghef"/"abghdef"/ above.