public class StringReplace {
public static void main(String[] args) {
String name = "0namratha.asher";
if(name.startsWith("0"))
{
System.out.println("OMG PLZ COME "+name.replace('0', ' ').replace('.', ' '));
}
}
}
This example is for the case where fileData is very huge and in json format let map = new Map<string, string>() map.set(this.ge...
No comments:
Post a Comment