bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30869: regexp-substitute/global does not like #\nul in string


From: Matt Wette
Subject: bug#30869: regexp-substitute/global does not like #\nul in string
Date: Mon, 19 Mar 2018 18:19:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

version = 2.2.3

I think this is a bug: regexp-substitute/global rejects strings with #\nul:

scheme@(guile-user)> (regexp-substitute/global #f "b.d" "ab\x00de" 'pre 'post)
ERROR: In procedure regexp-exec:
string contains #\nul character: "ab\x00de"









reply via email to

[Prev in Thread] Current Thread [Next in Thread]