How do you check if a character is not a special character in Java?

We can check each character of a string is special character or not without using java regex’s. By using String class contains method and for loop we can check each character of a sting is special character or not .

Sizin İçin Seçtik  How can I remove special characters from a string in Java without regex?

Leave a Reply

Your email address will not be published. Required fields are marked *