Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String.substring(0,row1.columnName.indexOf(" ")) //for phone number
String.substring(row1.columnName.indexOf(" ")+1) //for rate
Cannot make a static reference to the non-static method substring(int, int) from the type String