nip 'function(l) { return /^var/.test(l); }'
egrep '^var' ?
nip 'return /^var/.test(line)'
An implicit return, added if the input doesn't match /[function|return]/ would be nice, along with aliasing line as l, then you'd have:
nip '/^var/.test(l)'
nip 'return /^var/.test(line)'
An implicit return, added if the input doesn't match /[function|return]/ would be nice, along with aliasing line as l, then you'd have:
nip '/^var/.test(l)'