I have 1 String in java that is receiving 1 array json, which has several images together with the respective link, I have another description string that has text and within that text there are X number of images that are identified by image 1, image 2, image 3, image 4 ... image 1000.
I wanted to know if it would be possible and how would it be possible for me through the description string to be able to change whenever image 1, image 2 ... image1000 appears to create an image and replace that portion of text.