Package org.elasticsearch.xpack.esql.expression.function.scalar.string
package org.elasticsearch.xpack.esql.expression.function.scalar.string
-
ClassDescriptionMatches
BytesRefs againstautomata.A fun Easter egg function that wraps text in ASCII art of a chicken saying something, similar to the classic "cowsay" command.Collection of chicken ASCII art styles with builder functionality.Join strings.Contains function, given a string 'a' and a substring 'b', returns true if the substring 'b' is in 'a'.Extracts a value from a JSON string using aJsonPathsubset.{code left(foo, len)} is an alias to {code substring(foo, 0, len)}Locate function, given a string 'a' and a substring 'b', it returns the index of the first occurrence of the substring 'b' in 'a'.Removes leading whitespaces from a string.Function that reverses a string.{code right(foo, len)} is an alias to {code substring(foo, foo.length-len, len)}Removes trailing whitespaces from a string.Splits a string on some delimiter into a multivalued string field.Removes leading and trailing whitespaces from a string.