Replace text in files.
var replace = new (require('task-replace'))
replace.run(inputs, options, logger)Type: string
A string or regular expression that will be replaced by the new value.
Type: string
A string that replaces the search string or a function to be invoked to create the new string.
Type: string
Default: 'gm'
A String containing any combination of the RegExp flags:
- g - global match
- i - ignore case
- m - match over multiple lines
This parameter is only used if the search parameter is a string.
- 2014-04-04 0.1.0 Initial release.
Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

