Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2024 18:49:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 281710] RegEXP bug in bracket expression [^...] - sed(1), grep(1), re_format(7)
Message-ID:  <bug-281710-99-6GkXrz2EpZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281710-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281710-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281710

--- Comment #11 from Eric <erichanskrs@gmail.com> ---
(in reply to Kyle Evans comment #10)

Nothing that expansive either way; just one very old laptop & one forum
message.

I narrowed the problem down to:
--works NOT; there seems to be something wrong with [^=C3=A7]
sed -Ee 's/([^=C3=A7])=C3=A7/\1 /g;s/=C3=A7/\n/g'
sed -Ee 's/([^Z])Z/\1 /g;s/Z/\n/g'
couldn't explain the difference, then tried gsed; all that resulted in:
https://forums.freebsd.org/threads/bug-in-regexp-sed-1-grep-1-and-re_format=
-7.95088/

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281710-99-6GkXrz2EpZ>