substring.asciidoc 352 B

123456789101112
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Parameters*
  3. `string`::
  4. String expression. If `null`, the function returns `null`.
  5. `start`::
  6. Start position.
  7. `length`::
  8. Length of the substring from the start position. Optional; if omitted, all positions after `start` are returned.