Posts by Krisque • 1 point
1 post
- 
		-4 votes1 answer44 viewsQ: Regex to catch only one occurrence of the right equerdaI’m looking for a Regex to pick up only the right IP address. I’ve tried some things but I can’t find out, that was the regex that seemed to work out best /((?[0-9]{1,3}\.){3}[0-9]{1,3})\s/g but she…