@stdlib/string-last
Return the last character(s) of a string.
Return the last character(s) of a string.
Pad a string.
Pad a string.
Convert a string to Pascal case.
Convert a string to Pascal case.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Return the previous extended grapheme cluster break in a string before a specified position.
Return the previous extended grapheme cluster break in a string before a specified position.
Remove the first character(s) of a string.
Remove the first character(s) of a string.
Remove the last character(s) of a string.
Return the last character(s) of a string.
Left pad a string.
Left pad a string.
Trim whitespace characters from the beginning of a string.
Trim whitespace characters from the beginning of a string.
Trim `n` characters from the beginning of a string.
Trim `n` characters from the beginning of a string.
Convert a string to lowercase.