Home | History | Annotate | Download | only in String

Lines Matching refs:matches

131     for ( var matches = 0; matches < limit; matches++ ) {
133 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
134 matches_array[matches],
135 string.match(regexp)[matches] );
162 for ( var matches = 0; matches < limit; matches++ ) {
164 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
165 matches_array[matches],
166 string.match(regexp)[matches] );