Searched defs:MatchString (Results 1 – 9 of 9) sorted by relevance
526 func (re *Regexp) MatchString(s string) bool { func550 func MatchString(pattern string, s string) (matched bool, err error) { func
153 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
156 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
58 func (r *Regexp) MatchString(s string) bool { func
39 func (TestDeps) MatchString(pat, str string) (result bool, err error) { func
1839 func (f matchStringOnly) MatchString(pat, str string) (bool, error) { return f(pat, str) } func1896 MatchString(pat, str string) (bool, error) methodSpec