Home | History | Annotate | Download | only in Scripts

Lines Matching refs:regexp

102     def MatchAndSetMo(self, regexp, string):

103 self.mo = regexp.match(string)
106 def SearchAndSetMo(self, regexp, string):
107 self.mo = regexp.search(string)