Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.StringLocalStep

Packages that use StringLocalStep
  • Uses of StringLocalStep in org.apache.tinkerpop.gremlin.process.traversal.step.map

    Modifier and Type
    Class
    Description
    final class 
    Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.
    final class 
    Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.
    final class 
    Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.
    final class 
    Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.
    final class 
    Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.
    final class 
    Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).
    final class 
    Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.
    final class 
    Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.
    final class 
    Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.