Languages
[Edit]
EN

Java - replace first n characters in string

3 points
Created by:
Tehya-Blanchard
474

In this article, we would like to show you how to replace the first n characters in String in Java.

Quick solution:

or:

 

Practical example using String substring()

Edit

1.1 With + operator

Edit

In this example, we remove last n characters from the original string and add the replacement at the beginning.

1.2 With concat() method

Edit

This approach is equivalent to the above one. Instead of + operator, we concatenate the strings using concat() method.

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 first n 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