match split trim replace toLower toUpper match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array...
match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
Description Options fields [array] common options [string] Example Changelog new version Filter transform plugin Description Filter the field. Options name type ...
match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
and isEmpty not or cond ifElse allPass anyPass defaultTo and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, otherwise the second argument. ...