mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-14 02:12:26 +08:00
chore: add api
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// Package tools provides ...
|
||||
package tools
|
||||
|
||||
import "regexp"
|
||||
import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
var regexpEmail = regexp.MustCompile(`^(\w)+([\.\-]\w+)*@(\w)+((\.\w+)+)$`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user