Actualités

I want split string from file into two array string..... file contain this- bangladesh= 109.408india= 92.7478pakistan= 200.550usa= 1.29221europe= 1.16989uk= 1sa= 4.85180australia= 1.90035canada= ...
The split() method is used to divide a string into an array of substrings.; You can specify a delimiter (string or regular expression) to determine where the splits should occur. An optional limit ...