Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-12 19:10
Flavor·ECMAScript (JavaScript)

/
^.+_[0-9]{3}\.wmo$
/
gm
Open regex in editor

Description

Determines whether a filename is a WMO group file or not.

Submitted by Jarl Gullberg