Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-14 15:42
Flavor·Python

r"
[^/]+\.yml|[^/]+\.yaml
"
gm
Open regex in editor

Description

matches any file with *.yml or *.yaml

Submitted by anonymous