this post was submitted on 15 Nov 2023
1011 points (95.7% liked)

Programmer Humor

19225 readers
108 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
1011
GoOn (programming.dev)
submitted 10 months ago by mac to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 10 months ago (2 children)

Not to nitpick, but an IPv6 address is represented as eight groups of four hexadecimal digits separated by :. Like 2001:0db8:3333:4444:5555:6666:7777:8888.

[–] [email protected] 4 points 10 months ago

Omg, that's twice now I've messed it up. Fixed.

[–] [email protected] 1 points 10 months ago

I'll leave the regex to validate an ipv6 address as an exercise to the reader.