Skip to content

String Node Catalog

Generated category

String Node Catalog

Generated from 24 catalog nodes in Utils/String.

Utils/String/Similarity

Nodes in this category

Showing 24 of 24 generated node docs.

!=

Utils/String

Compares two Strings

==

Utils/String

Compares two Strings

Contains

Utils/String

Checks if a string contains a substring

Ends With

Utils/String

Checks if a string ends with a specific string

Escape String

Utils/String

Escapes special characters in a string (newlines, tabs, carriage returns, backslashes, quotes).

Format String

Utils/String

Formats a string with placeholders

From UTF-8 Lossy

Utils/String

Converts a byte array to a string using the UTF-8 lossy strategy

Join Strings

Utils/String

Joins multiple strings together

Render Template

Utils/String

Template Engine based on Jinja Templates

Replace String

Utils/String

Replaces occurrences of a substring or regex pattern within a string.

Split String

Utils/String

Splits a string into substrings

Starts With

Utils/String

Checks if a string starts with a specific string

String Length

Utils/String

Calculates the length of a string

To Lower Case

Utils/String

Converts a string to lowercase

To Upper Case

Utils/String

Converts a string to uppercase

Trim String

Utils/String

Removes leading and trailing whitespace from a string

Unescape String

Utils/String

Unescapes special character sequences in a string (\n, \t, \r, \\, \").

Damerau-Levenshtein Distance

Utils/String/Similarity

Calculates the Damerau-Levenshtein distance between two strings

Hamming Distance

Utils/String/Similarity

Calculates the Hamming distance between two strings

Jaro Distance

Utils/String/Similarity

Calculates the Jaro distance between two strings

Jaro-Winkler Distance

Utils/String/Similarity

Calculates the Jaro-Winkler distance between two strings

Levenshtein Distance

Utils/String/Similarity

Calculates the Levenshtein distance between two strings

Optimal String Alignment Distance

Utils/String/Similarity

Calculates the Optimal String Alignment distance between two strings

Sørensen-Dice Coefficient

Utils/String/Similarity

Calculates the Sørensen-Dice coefficient between two strings