elasticsearch/docs/reference/esql/functions/parameters/starts_with.asciidoc
2024-05-03 22:59:51 -04:00

9 lines
268 B
Text

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`str`::
String expression. If `null`, the function returns `null`.
`prefix`::
String expression. If `null`, the function returns `null`.