@stdlib/string-base-repeat
Repeat a string a specified number of times and return the concatenated result.
Repeat a string a specified number of times and return the concatenated result.
Replace search occurrences with a replacement string.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
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 HTTP header case.
Convert a string to inverse case.
Convert a string to kebab case.
Return the last UTF-16 code unit of a string.
Return the last Unicode code point of a string.
List of strided array data types.
C APIs for creating Node-API strided array native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array Node-API add-on interface.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to input strided arrays.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output ar
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays and assigning results to a double-precision floating-point strided output array.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array according to a strided mask array and assigning results to a double-precision floating-point