utils-indexof
Returns the first index at which a given element can be found.
Returns the first index at which a given element can be found.
Convert a string into a stream (streams2)
Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.
Get the length of unicode strings
a simple utility function for getting a value at a path from an object with all the usecases properly covered
Pipe a stream into a string, collect value with callback or promise
Parse parentheses from a string
Split string by any separator excluding brackets, quotes and escaped characters
Given string and position, return line and column of position
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
Get or set a deep value using a keypath string. Supports bracket and dot notation
common javascript utils that can be required selectively that assume es5+
Convert HTML/XML source code or DOM nodes to React elements
Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661. Works in Node v10.12.0+ and browsers.
A function to extract any colors from a string
String#replace for React components
string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
Human-friendly replacements.
Checks if an input string is a capitalized or not.