Trim `n` characters from the beginning of a string.
Trim newlines from the start and/or end of a string
Similar to String#trim() but removes only newlines
Trim whitespace characters from the beginning and end of a string.
Trim whitespace characters from the beginning and end of a string.
ES5 spec-compliant shim for String.prototype.trim
Remove spaces and tabs around line-breaks
Remove final line feeds from a string
This method removes whitespace from the left end of a string.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Command-line interface.
Detect the dominant newline character of a string
A ridiculously light-weight argument validator (now browser friendly)
Spacetrim is trimming string from all 4 sides.
Indent each line in a string
Replace search occurrences with a replacement string.
Like String.trim() but you can choose granularly what to trim
align-text with ANSI support for CLIs
Generate string from a token array by interpolating values.
Return a regular expression to match a newline character sequence.
Insert supplied variable values into a format string.
Trim the whitespace within an array of GLSL tokens
Test if a value is a string.
Tokenize a string into an array of string parts and format identifier objects.