String Node Catalog
Generated category
String Node Catalog
Generated from 24 catalog nodes in Utils/String.
Nodes in this category
Showing 24 of 24 generated node docs.
!=
Utils/StringCompares two Strings
==
Utils/StringCompares two Strings
Contains
Utils/StringChecks if a string contains a substring
Ends With
Utils/StringChecks if a string ends with a specific string
Escape String
Utils/StringEscapes special characters in a string (newlines, tabs, carriage returns, backslashes, quotes).
Format String
Utils/StringFormats a string with placeholders
From UTF-8 Lossy
Utils/StringConverts a byte array to a string using the UTF-8 lossy strategy
Join Strings
Utils/StringJoins multiple strings together
Render Template
Utils/StringTemplate Engine based on Jinja Templates
Replace String
Utils/StringReplaces occurrences of a substring or regex pattern within a string.
Split String
Utils/StringSplits a string into substrings
Starts With
Utils/StringChecks if a string starts with a specific string
String Length
Utils/StringCalculates the length of a string
To Lower Case
Utils/StringConverts a string to lowercase
To Upper Case
Utils/StringConverts a string to uppercase
Trim String
Utils/StringRemoves leading and trailing whitespace from a string
Unescape String
Utils/StringUnescapes special character sequences in a string (\n, \t, \r, \\, \").
Damerau-Levenshtein Distance
Utils/String/SimilarityCalculates the Damerau-Levenshtein distance between two strings
Hamming Distance
Utils/String/SimilarityCalculates the Hamming distance between two strings
Jaro Distance
Utils/String/SimilarityCalculates the Jaro distance between two strings
Jaro-Winkler Distance
Utils/String/SimilarityCalculates the Jaro-Winkler distance between two strings
Levenshtein Distance
Utils/String/SimilarityCalculates the Levenshtein distance between two strings
Optimal String Alignment Distance
Utils/String/SimilarityCalculates the Optimal String Alignment distance between two strings
Sørensen-Dice Coefficient
Utils/String/SimilarityCalculates the Sørensen-Dice coefficient between two strings