The practical ways of using the useful substring functionality in Java – from simple examples to more advanced scenarios.
Also find me here:
Baeldung Editor
Tom Hombergs
Tom has more than 10 years experience as a software engineer and architect with a focus on Java and the Spring ecosystem. He contributes to open source projects on GitHub and carries the open source spirit into his client's projects. When not busy coding, he's editing or writing articles about coding here at Baeldung or on his blog at Reflectoring.io.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Maven (10)
- Jakarta EE (10)
- Spring (9)
- Core Java (9)
- Testing (8)
- Spring Boot (7)
- Reactive (6)
- JSON (6)
- Spring MVC (5)
- Java (5)
- Persistence (4)
- Java Dates (4)
- REST (3)
- Java String (3)
- Java Concurrency (3)
- HTTP Client-Side (3)
- DevOps (3)
- Data (3)
- Algorithms (3)
- Spring Web (2)
- Spring Security (2)
- Java Streams (2)
- Java Numbers (2)
- Java List (2)
- Java Collections (2)
- JPA (2)
- Spring WebFlux (1)
- Spring Data (1)
- Spring Cloud (1)
- NoSQL (1)
- Java IO (1)
- IDE (1)
Using @Autowired in Abstract Classes
Filed under Spring
Learn the differences of using @Autowired on abstract classes vs. concrete classes
Using the @Singular Annotation with Lombok Builders
Filed under Java
Learn how to use the @Singular annotation to create convenient builders with Lombok
Validating RequestParams and PathVariables in Spring
Filed under Spring MVC
Learn how to validate request parameters and path variables with Spring MVC
Creating a Custom Annotation in Java
Filed under Core Java
Learn how to create and process a custom annotation in Java
Determine If All Elements Are the Same in a Java List
Filed under Java List
Learn different ways to determine if all elements in a list are equal
Fixing 401s with CORS Preflights and Spring Security
Filed under Spring Security
Learn how to fix HTTP error status 401 for CORS preflight requests
Common String Operations in Java
Filed under Java String
Learn how to work with Strings in Java
Variable Scope in Java
Filed under Core Java
Learn about the scopes in which Java variables are valid