17 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | ## Java String Operations
 | ||
|  | 
 | ||
|  | This module contains articles about string operations. | ||
|  | 
 | ||
|  | ### Relevant Articles:
 | ||
|  | - [Comparing Strings in Java](https://www.baeldung.com/java-compare-strings) | ||
|  | - [Check If a String Is Numeric in Java](https://www.baeldung.com/java-check-string-number) | ||
|  | - [Get Substring from String in Java](https://www.baeldung.com/java-substring) | ||
|  | - [Split a String in Java](https://www.baeldung.com/java-split-string) | ||
|  | - [Common String Operations in Java](https://www.baeldung.com/java-string-operations) | ||
|  | - [Java toString() Method](https://www.baeldung.com/java-tostring) | ||
|  | - [String Operations with Java Streams](https://www.baeldung.com/java-stream-operations-on-strings) | ||
|  | - [Adding a Newline Character to a String in Java](https://www.baeldung.com/java-string-newline) | ||
|  | - [Check If a String Contains a Substring](https://www.baeldung.com/java-string-contains-substring) | ||
|  | - [Java Base64 Encoding and Decoding](https://www.baeldung.com/java-base64-encode-and-decode) | ||
|  | - More articles: [[next -->]](../core-java-string-operations-2) |