etc.inthereplacementstringaresubstitutedwiththestringthatmatchedthecorrespondingparenthesizedgroupinthepattern.Ifyouwishyourreplacementstringrtobeusedliterally,use(re-quote-replacementr)asthereplacementargument.Seealsodocumentationforjava.util.regex.Matcher'sappendReplacementmethod.Example
varstooge={name:'moe'};_.propertyOf(stooge)('name');=>'moe' matcher _.matcher(attrs)Alias:matches 返回一个谓词函数
iteratee(function(n){returnn*2;});=>function(n){returnn*2;}//Object_.iteratee({firstName:'Chelsea'});=>_.matcher
Usage:(re-findm)(re-findres) Returnsthenextregexmatch,ifany,ofstringtopattern,usingjava.util.regex.Matcher.find