delete a string in java with split and replaceAll with regex

前端 未结 0 516
鱼传尺愫
鱼传尺愫 2021-02-01 06:23

in exercise asked to simplify if string "15+99+00+99+0+88" remove 00+ or 0+

listeSommeString = chaine.split ("\\\\+");

listeSommeInt = new in         


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