mirror of
https://github.com/foomo/fender.git
synced 2026-06-28 22:00:03 +00:00
10 lines
159 B
Go
10 lines
159 B
Go
package rule
|
|
|
|
import (
|
|
"github.com/foomo/fender/config"
|
|
)
|
|
|
|
const NameNumeric Name = "numeric"
|
|
|
|
var Numeric = Match(NameNumeric.String(), config.RegexNumeric)
|