1. 首页
  2. 考试认证
  3. 其它
  4. gulp regex shuffler 使用正则表达式随机播放文本!

gulp regex shuffler 使用正则表达式随机播放文本!

上传者: 2024-10-05 00:00:42上传 ZIP文件 6.87KB 热度 6次
吞咽正则表达式洗牌器安装npm install --save-dev gulp-regex-shuffler描述使用此gulp插件通过文件中的正则表达式剪切和粘贴文本。用法var regexCutAndPaste = require ( 'gulp-regex-shuffler' ) ; gulp . task ( 'move-text' , function ( ) { return gulp . src ( '*.txt' ) . pipe ( regexCutAndPaste ( / move this text / g , / ^ / g ) . pipe ( gulp . dest ( 'dist' ) ) ; } ) ;这将使文本move this text并将其放置在行text goes here 。例如
下载地址
用户评论