Languages
[Edit]
EN

Java - replace last 3 characters in string

0 points
Created by:
Broncono
466

In this article, we would like to show you how to replace last 3 characters in string in Java.

Quick solution:

 

Practical example

Edit

In this example, we use substring() method to remove last 3 characters from the text string, then we add the replacement at their place.

Output:

Note:

The replacement length doesn't have to be equal to 3. You can remove the last 3 characters from the end of the string and add any number of characters instead. 

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Java - String (popular problems)

Java - replace last 3 characters in string
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join