Hello, I am looking for help in how to create a regular expression that extracts a substring from a string that looks like the following:
test123 #AMMA-TestFileName File's.xml
to...
AMMA-TEstFileName File's
Basically, removing the first "#" and everything before it. In addition, removing the ".xml" file extension.
Any help is appreciated as I am just getting started with regex. This is going to be used in a Nintex workflow action that supports the .NET regular expressions API.