Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Java Replace Method
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { //Store the string in the line String line = "aids:áassessment"; //Replace method to remove the character desired line = line.replace("á", ""); //print System.out.println(line); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
m-primes
Inheritance
project euler 12, java
Problem: fb_series
Odd Occurence Problem Template
Max palindrome string
1a
JAVA İLE CELCIUS HESAPLAMA - Fahrenheit to Celsius with Java
test1
Java messing around
stackse - search stackoverflow differently
Please log in to post a comment.