Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

remove all new line and other in string using java

// #5
text = text.replaceAll("R", " ");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #line #string #java
ADD COMMENT
Topic
Name
3+4 =