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

C

Contains

Utils/String

Checks if a string contains a substring

E

Ends With

Utils/String

Checks if a string ends with a specific string

E

Escape String

Utils/String

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

F

Format String

Utils/String

Formats a string with placeholders

F

From UTF-8 Lossy

Utils/String

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

J

Join Strings

Utils/String

Joins multiple strings together

R

Render Template

Utils/String

Template Engine based on Jinja Templates

R

Replace String

Utils/String

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

S

Split String

Utils/String

Splits a string into substrings

S

Starts With

Utils/String

Checks if a string starts with a specific string

S

String Length

Utils/String

Calculates the length of a string

T

To Lower Case

Utils/String

Converts a string to lowercase

T

To Upper Case

Utils/String

Converts a string to uppercase

T

Trim String

Utils/String

Removes leading and trailing whitespace from a string

U

Unescape String

Utils/String

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

D

Damerau-Levenshtein Distance

Utils/String/Similarity

Calculates the Damerau-Levenshtein distance between two strings

H

Hamming Distance

Utils/String/Similarity

Calculates the Hamming distance between two strings

J

Jaro Distance

Utils/String/Similarity

Calculates the Jaro distance between two strings

J

Jaro-Winkler Distance

Utils/String/Similarity

Calculates the Jaro-Winkler distance between two strings

L

Levenshtein Distance

Utils/String/Similarity

Calculates the Levenshtein distance between two strings

O

Optimal String Alignment Distance

Utils/String/Similarity

Calculates the Optimal String Alignment distance between two strings

S

Sørensen-Dice Coefficient

Utils/String/Similarity

Calculates the Sørensen-Dice coefficient between two strings

Morty Proxy This is a proxified and sanitized view of the page, visit original site.