0.29.1原版
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package base
|
||||
|
||||
import "regexp"
|
||||
|
||||
var (
|
||||
UIDMatcher = regexp.MustCompile("^[a-zA-Z0-9]([a-zA-Z0-9-]{0,34}[a-zA-Z0-9])?$")
|
||||
)
|
||||
Reference in New Issue
Block a user