Trying to convert plural words into singular in Java for example foxes into fox but something is wrong that it deletes any 's'

前端 未结 0 1848
悲哀的现实
悲哀的现实 2021-01-02 22:33

File Reader function as follows:

public static String readFileAsString(String fileName)throws Exception 
  { 
    String data = ""; 
    data = new          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题