_.words([string=''], [pattern])
_.deburr([string=''])
_.set(object, path, value)
_.floor(number, [precision=0])
_.isNumber(value)
_.isBoolean(value)
_.curry(func, [arity=func.length])
_.dropRightWhile(array, [predicate=_.identity])
_.castArray(value)
_.setWith(object, path, value, [customizer])
Page 21 of 32