1
Guys, 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 in a variable ip
, but I only want the part of ip since output, so that it stays ip = "58.200.133.200"
.
I don’t have access to the function that generates this output, I just call it through an API.