Searched refs:no_last_match (Results 1 – 1 of 1) sorted by relevance
128 function no_last_match(fn) { function135 no_last_match(function() { "foo".replace("f", ""); });136 no_last_match(function() { "foo".replace("f", "f"); });137 no_last_match(function() { "foo".split("o"); });141 no_last_match(function() { cons.replace("x", "y"); });142 no_last_match(function() { cons.replace("e", "E"); });