Suppose I have a String message:
\"you should upload file.zip to http://google.com/extremelylonglink.zip, not https://stackoverflow.com/extremelylonglink.zip. try again.
Use appendReplacement and appendTail. See example in the Java tutorial and another example closer to what you are trying to do.
appendReplacement
appendTail