Showing 61-80 of 185 packages
Slice UTF-16 code units from a string.
Convert a string to snake case.
Trim whitespace characters from the end of a string.
Concatenate two strings.
Convert a string to constant case.
Convert a string to dot case.
Remove the last Unicode code point of a string.
Remove the last UTF-16 code unit of a string.
Reverse the UTF-16 code units of a string.
Return the first UTF-16 code unit of a string.
Return the last UTF-16 code unit of a string.
Replace the substring after the first occurrence of a specified search string.
Invoke a function for each UTF-16 code unit in a string.
Reverse the Unicode code points of a string.
Return the last Unicode code point of a string.
Replace the substring before the last occurrence of a specified search string.
Convert a string to inverse case.
Remove the first UTF-16 code unit of a string.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Invoke a function for each Unicode code point in a string.