@stdlib/string-base-reverse-code-points
Reverse the Unicode code points of a string.
Reverse the Unicode code points of a string.
Reverse the grapheme clusters (i.e., user-perceived characters) of a string.
Right pad a string.
Trim whitespace characters from the end of a string.
Convert a string to snake case.
Capitalize the first letter of each word in a string.
Test if a string starts with the characters of another string.
Convert a string to sticky case.
Trim whitespace characters from the beginning and end of a string.
Truncate the middle UTF-16 code units of a string to return a string having a specified length.
Uncapitalize the first character of a string.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.
C API for registering a Node-API module exporting a strided array interface for applying a nullary callback.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision floating-point strided input array and assigning results to a single-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 single-precision floating-point strided input arrays and assigning results to a single-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 single-precision floating-point strided input array according to a strided mask array and assigning results to a single-precision floating-poin
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to single-precision floating-point strided input arrays according to a strided mask array and assigning results to a single-precision floating-point
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided array.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output ar
String manipulation functions.