Environment - SharePoint Workflow (.net tech)
Trying to get extension of a file name (sometime it's doc or docx or dwg or xlsx).
I got this \..+
or this \.[^\.]+$
to give me the file name. I need another expression that will give me the extension. I guess I need an expression that will look for the last period and give me the string.