UNPKG
node-replace
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
Command line search and replace utility
github.com/raphamorim/node-replace
raphamorim/node-replace
node-replace
/
testfunc.js
4 lines
(3 loc)
•
50 B
JavaScript
View Raw
1
2
3
4
function
(match)
{
return
match
.toLowerCase(); }