Well, I have the following problem.
I have a function that returns me the following output:
"Address:58.200.133.200"
I would like to save this value to a ip
variable, but I want only the ip part from output, so I get ip = "58.200.133.200"
.
I do not have access to the function that generates this output, I just call it through an API.