Trim whitespace characters from the beginning and end of a string.
Tokenize a string into an array of string parts and format identifier objects.
Generate string from a token array by interpolating values.
Trim whitespace characters from the beginning and end of a string.
Trim newlines from the start and/or end of a string
Convert a string to lowercase.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Replace search occurrences with a replacement string.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Remove spaces and tabs around line-breaks
Test if a double-precision floating-point numeric value is NaN.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Create a double-precision floating-point number from a higher order word and a lower order word.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is infinite.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Multiply a double-precision floating-point number by an integer power of two.
Natural logarithm of the gamma function.
Compute the absolute value of a double-precision floating-point number.
Round a double-precision floating-point number toward zero.
Similar to String#trim() but removes only newlines