Home | History | Annotate | Download | only in tools

Lines Matching refs:match

68       m: The match object returned by re.search.
97 m: The match object returned by re.search.
100 The string that should replace the match in the rewritten program.
109 if re.match("[\"'/]", matched_text):
111 m = re.match(r"var ", matched_text)
116 m = re.match(r"(function\b[^(]*)\((.*)\)\{$", matched_text)
176 m: The match object returned by re.search.
183 if re.match(r"'.*'$", entire_match):
185 if re.match(r'".*"$', entire_match):
187 if re.match(r"/.+/$", entire_match):