I want to split a string by \'=\' charecter. But I want it to split on first instance only. How can I do that ? Here is a JavaScript example for \'_\' char but it doesn\'t w
String[] func(String apple){ String[] tmp = new String[2]; for(int i=0;i
i like writing own methods :)