Hello I am facing a problem which is to change the old routing style of a laravel project to the new style. But due to the size of my routing file it will take me a lot of time to change all this. So I would like a sample regex code to use find/replace fonction into vscode to do it automatically.
Old style image :
Image new style wanted:
I found the solution by using the find/replace function of vscode like this