_.words([string=''], [pattern])
_.padEnd([string=''], [length=0], [chars=' '])
_.lowerFirst([string=''])
_.endsWith([string=''], [target], [position=string.length])
_.camelCase([string=''])
_.trimEnd([string=''], [chars=whitespace])
_.escape([string=''])
_.upperFirst([string=''])
_.pad([string=''], [length=0], [chars=' '])
_.trim([string=''], [chars=whitespace])
Page 3 of 3