0
Splitting a string and remove numbers
I'm looking to split the string with a comma (,) and remove the numbers and these braces [ ]. String myString = "Str, is[the, ch]ar, act287ers";
1 Antwort
+ 5
Use the replaceAll and split methods of the string.
https://www.baeldung.com/string/replace-all
https://www.baeldung.com/string/split