lang: funcs: Add regexp package and match function
This adds a simple regexp match function. This will be useful for regexp based name classification, if you're into that sort of thing.
This commit is contained in:
@@ -24,6 +24,7 @@ import (
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/fmt"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/math"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/os"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/regexp"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/strings"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/sys"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/world"
|
||||
|
||||
Reference in New Issue
Block a user