I have a lot of links I have to modify. I have to replace each url of them with a hardcoded link.
For example path/to/something.html?L into this/is/the/right/path.html?L
Everything until ?L has to be replaced. Everything in first path until the ?L parameter is dynamic.
How could I do this?