I\'m wondering how to use an f-string whilst using r to get a raw string literal. I currently have it as below but would like the option of allowing any name to rep
Raw f-strings are very useful when dealing with dynamic regular expressions. https://www.python.org/dev/peps/pep-0498/#raw-f-strings contains a lot of useful information.