DEV Community

Discussion on: How to run docker on Windows without Docker Desktop

Collapse
 
patrickleboutillier profile image
Patrick LeBoutillier

You need to escape the dot (.) in the regexp as such:

"([0-9]{1,3}[.]){3}[0-9]{1,3}"

Then it will work as expected.