MCPcopy Create free account
hub / github.com/unconed/TermKit / fescape

Function fescape

HTML/jquery.js:4552–4554  ·  view source on GitHub ↗
(all, num)

Source from the content-addressed store, hash-verified

4550
4551var origPOS = Expr.match.POS,
4552 fescape = function(all, num){
4553 return "\\" + (num - 0 + 1);
4554 };
4555
4556for ( var type in Expr.match ) {
4557 Expr.match[ type ] = new RegExp( Expr.match[ type ].source + (/(?![^\[]*\])(?![^\(]*\))/.source) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected