ranges-apply
popularTake an array of string index ranges, delete/replace the string according to them
Updated by @royston
string-strip-html
popularStrips HTML tags from strings. No parser, accepts mixed sources.
Updated by @royston
string-left-right
Looks up the first non-whitespace character to the left/right of a given index
Updated by @royston
object-boolean-combinations
Consumes a defaults object with booleans, generates all possible variations of it
Updated by @royston
string-trim-spaces-only
Like String.trim() but you can choose granularly what to trim
Updated by @royston
string-match-left-right
Match substrings on the left or right of a given index, ignoring whitespace
Updated by @royston
string-collapse-leading-whitespace
Collapse the leading and trailing whitespace of a string
Updated by @royston
arrayiffy-if-string
Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
Updated by @royston
object-merge-advanced
Recursively, deeply merge of anything (objects, arrays, strings or nested thereof), which weighs contents by type hierarchy to ensure the maximum content is retained
Updated by @royston
string-character-is-astral-surrogate
Tells, is given character a part of astral character, specifically, a high and low surrogate
Updated by @royston
codsen-tokenizer
HTML and CSS lexer aimed at code with fatal errors, accepts mixed coding languages
Updated by @royston