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
Subclasses of StringLocalStep in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeClassDescriptionfinal classLengthLocalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.final classLTrimLocalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.final classReplaceLocalStep<S,E> 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 classRTrimLocalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.final classSplitLocalStep<S,E> 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 classSubstringLocalStep<S,E> 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 classToLowerLocalStep<S,E> 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 classToUpperLocalStep<S,E> 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 classTrimLocalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.