Home | History | Annotate | Download | only in fmt

Lines Matching refs:regexp

15 	"regexp"
91 if !regexp.MustCompile("^" + string(verb) + "+$").MatchString(s) {
537 re := regexp.MustCompile("overflow|too large|out of range|not representable")