Skip to content

Scrub space separated ip addresses

Arlo Breault requested to merge gl40306 into main

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 (closed)

Merge request reports