[regex] Regex for extracting filename from path

I need to extract just the filename (no file extension) from the following path....

\\my-local-server\path\to\this_file may_contain-any&character.pdf

I've tried several things, most based off of something like http://regexr.com?302m5 but can't quite get there

This question is related to regex

The answer is