示例#1
0
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))
示例#2
0
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))