I want to change
template_name = ('front/html_20230713/smp/something.html')
to
template_name = 'front/html_20230713/{request.device}/something.html'
using Ctrl + F and a regular expression.
How can I do that?
I tried to use a regular expression, but it's difficult.
How can I use a regular expression in Visual Studio Code to find-and-replace a string?