Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-26 10:23
Flavor·PCRE (Legacy)

/
^[^.]+$|\.(?!(go)$)([^.]+$)|^[\S]+[.]$
/
Open regex in editor

Description

match all names except those with '.go' extension

Submitted by Ashish Gaurav