Answers for "java replace all line breaks"

0

remove all new line and other in string using java

// #5
text = text.replaceAll("\\R", " ");
Posted by: Guest on October-07-2021

Code answers related to "java replace all line breaks"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language