public String[]
splitStringByCharacter(String inputString, String splitterCharacter) {
String[] temp;
temp = inputString.split(splitterCharacter);
return temp;
}
About Jack
Well, Nothing much to introduce about me. I'm just an ordinary human being, doing web and mobile application development. :)
Oh Its is very helpful for my Project
ReplyDelete