Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-02 02:01
Flavor·PCRE (Legacy)

/
^.*[\/\\](?<FileNameWithoutExtension>.*)\.(.*)$
/
Open regex in editor

Description

Get filename without extension from both windows and linux full file paths

Submitted by anonymous