Package com.soulfiremc.server.script.nodes.string


package com.soulfiremc.server.script.nodes.string
  • Classes
    Class
    Description
    String node that concatenates two strings.
    String node that checks if a string ends with a suffix.
    String node that formats a template string with placeholders.
    String node that finds the index of a substring.
    String node that tests if a string matches a regex pattern and extracts capture groups.
    String node that replaces matches of a regex pattern with a replacement string.
    String node that replaces occurrences of a substring.
    String node that splits a string into a list by a delimiter.
    String node that checks if a string starts with a prefix.
    String node that checks if a string contains a substring.
    String node that returns the length of a string.
    String node that extracts a substring.
    String node that converts a string to lowercase.
    String node that converts a string to uppercase.
    String node that trims whitespace from both ends of a string.