Determines inequality of two values.
Concatenates two strings
Determines equality of two values.
Appends a suffix to a string
Checks if a string contains a substring
Checks if a string ends with a suffix
Finds all occurrences of a substring in a string
Checks if a string is alphanumeric
Checks if a string is alphabetic
Checks if a string is numeric
Strip leading whitespace
Returns the length of a string
Converts a string to lowercase
Partitions a string into a list of the strings
Prepends a prefix to a string
Strip trailing whitespace
Replaces all occurrences of a substring in a string
Slices a string into a substring based on beginning and end indices
Splits a string into a list of strings
Checks if a string starts with a prefix
Strip whitespace from both ends of a string.
Converts a string to uppercase
Calculates the Levenshtein distance between two strings.
hello
Determines inequality of two values.
Concatenates two strings
Determines equality of two values.
Appends a suffix to a string
Checks if a string contains a substring
Checks if a string ends with a suffix
Finds all occurrences of a substring in a string
Checks if a string is alphanumeric
Checks if a string is alphabetic
Checks if a string is numeric
Strip leading whitespace
Returns the length of a string
Converts a string to lowercase
Partitions a string into a list of the strings
Prepends a prefix to a string
Strip trailing whitespace
Replaces all occurrences of a substring in a string
Slices a string into a substring based on beginning and end indices
Splits a string into a list of strings
Checks if a string starts with a prefix
Strip whitespace from both ends of a string.
Converts a string to uppercase
Calculates the Levenshtein distance between two strings.
Was this page helpful?
⌘I