Base (i.e., lower-level) string functions.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Convert a string to lowercase.
Replace search occurrences with a replacement string.
Trim whitespace characters from the beginning and end of a string.
Convert a string to kebab case.
Capitalize the first character in a string.
Convert a string to Pascal case.
Uncapitalize the first character of a string.
Repeat a string a specified number of times and return the concatenated result.
Return a Unicode code point from a string at a specified position.
Convert a string to uppercase.
Convert a string to camel case.
Calculates the Levenshtein (edit) distance between two strings.
Decode a string of data which has been encoded using Base64 encoding.
Left pad a string.
Test if a string starts with the characters of another string.
Capitalize the first letter of each word in a string.
Convert a Base64-encoded string to a Uint8Array.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Right pad a string.
Percent-encode a UTF-16 encoded string according to RFC 3986.
No description provided.
No description provided.