Package org.elasticsearch.xpack.esql.expression.function.scalar.string
package org.elasticsearch.xpack.esql.expression.function.scalar.string
-
ClassDescriptionMatches
BytesRefs againstautomata.Join strings.{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.