/*
@FileName: mregexp.go
@Time : 2020/3/14 15:25
@Author : Cocktail_py
*/
package main
import (
"fmt"
"regexp"
)
const text = `
My email is Cocktail_py@gamil.com@google.com
email1 is service@def.org
email1 help@qq.com.cn
`
func main(
/*
@FileName: mregexp.go
@Time : 2020/3/14 15:25
@Author : Cocktail_py
*/
package main
import (
"fmt"
"regexp"
)
const text = `
My email is Cocktail_py@gamil.com@google.com
email1 is service@def.org
email1 help@qq.com.cn
`
func main(