View Single Post
 
Old 09-26-2025, 10:53 PM
geotso geotso is offline Windows 11 Office 2021
Novice
 
Join Date: Feb 2021
Posts: 3
geotso is on a distinguished road
Default add some text before hyperlink fields

Hello,


I have some URLs, each one at the start of a new paragraph like "http://something" or "https://something" (without quotes) and I want to add before them a label "URL: ", like "URL: http://something" or "URL: https://something" (without quotes).


I've tried find and replace for: find ^phttp, replace with ^pURL: http, however it doesn't work, because the URLs are hyperlink fields and Word can't match the string.


Then, I tried to use: Alt+F9 to get the field codes and then find "^p{HYPERLINK http", that doesn't work either, because the "{" of the filed is not the same with the one of the keyboard...


Any thoughts?
Thanks
Reply With Quote