Home | History | Annotate | Download | only in String

Lines Matching refs:matches

130     for ( var matches = 0; matches < limit; matches++ ) {
132 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
133 matches_array[matches],
134 string.match(regexp)[matches] );
161 for ( var matches = 0; matches < limit; matches++ ) {
163 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
164 matches_array[matches],
165 string.match(regexp)[matches] );