snowflake/common/safelog
Arlo Breault e4c818be76
Scrub space separated ip addresses
The issue with ReplaceAllFunc is that it's capturing the leading and
trailing spaces in the regexp, so successive ips don't match.  From the
docstring,

> If 'All' is present, the routine matches successive non-overlapping
> matches of the entire expression.

For #40306
2024-01-08 10:03:35 -05:00
..
log.go Scrub space separated ip addresses 2024-01-08 10:03:35 -05:00
log_test.go Scrub space separated ip addresses 2024-01-08 10:03:35 -05:00