I have a string like this:
1.1.168.192
I need to convert it to this, with the numbers intact but the order reversed:
192.168.1.1
This seems like an easy question, but I cant figure it out. I'm trying something within a for
loop right now but I don't know how to make it work.