zsh-workers
 help / color / mirror / code / Atom feed
From: Stephane Chazelas <stephane.chazelas@gmail.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: =~ doesn't work with NUL characters
Date: Tue, 13 Jun 2017 11:02:17 +0100	[thread overview]
Message-ID: <20170613100217.GA9529@chaz.gmail.com> (raw)

[[ $'a\0b' =~ 'a$' ]]

returns true both with and without rematchpcre

Same for

[[ abc =~ $'a\0xy' ]]

If not fixable (I'd expect it should be possible at least with
PCRE though, at least for the subject argument if not for the
pattern (where one can use '\0' to match a NUL)), it would be
worth documenting.

The [[ subject = pattern ]] operator seems to be OK in that
regard.

-- 
Stephane


             reply	other threads:[~2017-06-13 10:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 10:02 Stephane Chazelas [this message]
2017-06-14 20:49 ` Phil Pennock
2017-06-14 23:08   ` Bart Schaefer
2017-06-15  7:38   ` Peter Stephenson
2017-06-15  8:18   ` Stephane Chazelas
2017-06-15  9:50   ` Stephane Chazelas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170613100217.GA9529@chaz.gmail.com \
    --to=stephane.chazelas@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).