zeek/testing/btest/Baseline/bifs.sub
Arne Welzel e339e93e69 strings.bif/sub,gsub: Respect anchors in pattern
Anchors within pattern passed to sub() or gsub() were previously ignored,
replacing any occurrence of '<text>' even when '^<text>' was used as a
pattern.

This is a pretty user-visible change (and we even have anchored patterns
within the base scripts), but seems "the right thing to do".

Relates to #3455
2023-11-17 14:37:25 +01:00
..
.stderr strings.bif/sub,gsub: Respect anchors in pattern 2023-11-17 14:37:25 +01:00
out strings.bif/sub,gsub: Respect anchors in pattern 2023-11-17 14:37:25 +01:00