1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/drone/envsubst/match.go

21 lines
165 B
Go
Raw Normal View History

2017-01-18 17:03:38 +02:00
package envsubst
func matches() {
}
// alnum
// alpha
// ascii
// blank
// cntrl
// digit
// graph
// lower
// print
// punct
// space
// upper
// word
// xdigit