Split a String using a point like Regex
I want to use the method split from the class String with the character "." bat, it doesn't rules... I have try using the character hexadecimal code '\u002E' bat doesn't works.
I need to divide a IP adress cutting for the points;
84.241.254.1 => 84 241 254 1
Thanks for all

