During experiment development, there are some cases where we had to tack on alt text at the very end. In these particular situations, the caption text was more complicated (containing templates and links). We strip these items out of the caption for display on the review screen, but that made it impossible to seek out later in the flow when publishing.
For this task we should extract two different captions from the image wikitext: One for display to show on the review screen, and another (without stripping) for seeking. This "seeking" caption can then be easily found in the image wikitext, where we can insert the alt text in front of it.