replace.asciidoc 426 B

1234567891011121314
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Example*
  3. This example replaces any occurrence of the word "World" with the word "Universe":
  4. [source.merge.styled,esql]
  5. ----
  6. include::{esql-specs}/docs.csv-spec[tag=replaceString]
  7. ----
  8. [%header.monospaced.styled,format=dsv,separator=|]
  9. |===
  10. include::{esql-specs}/docs.csv-spec[tag=replaceString-result]
  11. |===