文件操作 - readme.md
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/svg-baker/node_modules/escape-string-regexp/readme.md
编辑文件内容
# escape-string-regexp [](https://travis-ci.org/sindresorhus/escape-string-regexp) > Escape RegExp special characters ## Install ``` $ npm install --save escape-string-regexp ``` ## Usage ```js const escapeStringRegexp = require('escape-string-regexp'); const escapedString = escapeStringRegexp('how much $ for a unicorn?'); //=> 'how much \$ for a unicorn\?' new RegExp(escapedString); ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件