Home | History | Annotate | Download | only in String

Lines Matching refs:matches

78     for ( var matches = 0; matches < matches_array.length; matches++ ) {
80 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
81 matches_array[matches],
82 string.match(regexp)[matches] );
94 for ( var matches = 0; matches < matches_array.length; matches++ ) {
96 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
97 matches_array[matches],
98 string.match(regexp)[matches] );