Replace partial text
-
Hello there.
I have a difficult task to complete:I have 1041 links like this: site_old com / viewtopic.php?id=xxxxx
The xxxxx is a number in all links. So the site changed the domain name and now i want to replace everything from “=” and back in ALL 1041 links.
So the “site_old com/viewtopic.php?id=xxxxx” change to site_new com/viewtopic.php?id=xxxxx"Any chance to do this?
-
@Panagiotis-Alexoula said in Replace partial text:
So the “site_old com/viewtopic.php?id=xxxxx” change to site_new com/viewtopic.php?id=xxxxx"
This looks like it doesn’t even need to be a regular expression. If you select the text being replaced (highlight it with the mouse), then select the Replace function, the find what field will be populated with the highlighted text. Make sure the search mode is “normal”. In the Replace with field type the new replacement text and click on “Replace all”.
That is unless you have additional information which changes the whole question.
Terry
-
@Terry-R Yes!! Thats is thanks mate