Hello, Sebastian Tennant <[email protected]> writes:
> (info "(guile-1.8)Regexp Functions") > > "Zero bytes (`#\nul') cannot be used in regex patterns or input > strings, since the underlying C functions treat that as the end of > string. If there's a zero byte an error is thrown." I think it makes sense to explicitly restrict regexps to actual text as opposed to binary data. Thanks, Ludo'.
