Showing 81-100 of 185 packages
Invoke a function for each Unicode code point in a string, iterating from right to left.
Replace the substring before the first occurrence of a specified search string.
String tools.
Test if a string ends with the characters of another string.
Return the first Unicode code point of a string.
Replace the substring after the last occurrence of a specified search string.
Remove the first Unicode code point of a string.
Base (i.e., lower-level) string functions.
Windows path segment separator.
POSIX path segment separator.
Platform-specific path segment separator.
Trim whitespace characters from the end of a string.
Convert a string to kebab case.
Slice a string based on grapheme cluster (i.e., user-perceived character) indices.
Return the number of code points in a string.
Decode a string of data which has been encoded using Base64 encoding.
Reverse a string.
Return the number of code points in a string.
Convert a string to Pascal case.
Reverse the grapheme clusters (i.e., user-perceived characters) of a string.