I’ve reviewed previous find and replace topics but I can’t seem to make an expression work for this particular problem:
I’ve a document where some formatting is corrupt (it was a translation from a PDF).
There is a date field eg 02/04/1954 is concenated with the next line that starts with a time eg 0745. So the line ends up with 02/04/19540745 stuck in the middle of it.
I’d like to change it to 02/04/1954^p0745 (in essence, you know what I mean). I’ve tried searching using wildcards for the format xx/xx/xxxxxxxx which is adequately specific but I cannot seem to get it recognized.
Any advice what a suitable fine/replace expression would be?
Thanks Richard