_(value) Arguments Returns Example _.chain(value) Arguments Returns Example _.tap(value, interceptor) Arguments Returns Example _.prototype.chain() Returns Example _...
chain value Calling chain will cause all future method calls to return wrapped objects. When you’ve finished the computation, call value to retrieve the final value. Here’s an...
match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...