Text utility nodes, providing tools for manipulating and analyzing text.
Join a list of text with a specified delimiter
Count the number of occurrences of a substring in a string
Calculate the length of a string
Convert a given string to lowercase
Replace occurrences of a substring in a string
Create a slice of a given string of text
Split a text into a list of text based on delimiter
Convert a given string to uppercase
A function to remove special characters and punctuation from text.
Concatenate text together