Strip extra whitespace from both ends of the string, and remove line breaks anywhere in the string.
Compatible implementation of String.prototype.trim()
. Strips whitespace
from the beginning and end of the string, but doesn't remove any
whitespace inside the string like strip()
does.
Combine the properties of both objects into one. The properties from object 'b' are inserted into 'a'.
Count the number of real words in a string.
Stip special characters out of a string.
Escape a string for a regexp.
Determine whether a trigger is atomic.
Formats a string according to one of the following types: - formal - sentence - uppercase - lowercase
Clone an object.
Determines if obj looks like a promise