Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-09-06 15:21
Flavor·PCRE (Legacy)

/
(^\w+(?=\.))
/
gm
Open regex in editor

Description

Created this for Pathfinder. Takes a file name with the extension and returns only the file name.

Submitted by anonymous