This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d8e6fe8e02 Publish built docs triggered by
8c9b9152c8201d8b75d8e0b9b85b85d3199c94d8
d8e6fe8e02 is described below
commit d8e6fe8e02cbfa6fdd521928c1535ed2053fa95b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 20:41:39 2024 +0000
Publish built docs triggered by 8c9b9152c8201d8b75d8e0b9b85b85d3199c94d8
---
_sources/user-guide/sql/scalar_functions_new.md.txt | 2 +-
user-guide/sql/scalar_functions_new.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions_new.md.txt
b/_sources/user-guide/sql/scalar_functions_new.md.txt
index ca70c83e58..1915623012 100644
--- a/_sources/user-guide/sql/scalar_functions_new.md.txt
+++ b/_sources/user-guide/sql/scalar_functions_new.md.txt
@@ -1752,7 +1752,7 @@ Additional examples can be found
[here](https://github.com/apache/datafusion/blo
### `regexp_match`
-Returns a list of [regular
expression](https://docs.rs/regex/latest/regex/#syntax) matches in a string.
+Returns the first [regular
expression](https://docs.rs/regex/latest/regex/#syntax) matche in a string.
```
regexp_match(str, regexp[, flags])
diff --git a/user-guide/sql/scalar_functions_new.html
b/user-guide/sql/scalar_functions_new.html
index 07802c79e3..47a7dc9116 100644
--- a/user-guide/sql/scalar_functions_new.html
+++ b/user-guide/sql/scalar_functions_new.html
@@ -6089,7 +6089,7 @@ The following regular expression functions are
supported:</p>
</section>
<section id="regexp-match">
<h3><code class="docutils literal notranslate"><span
class="pre">regexp_match</span></code><a class="headerlink"
href="#regexp-match" title="Link to this heading">ΒΆ</a></h3>
-<p>Returns a list of <a class="reference external"
href="https://docs.rs/regex/latest/regex/#syntax">regular expression</a>
matches in a string.</p>
+<p>Returns the first <a class="reference external"
href="https://docs.rs/regex/latest/regex/#syntax">regular expression</a> matche
in a string.</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">regexp_match</span><span
class="p">(</span><span class="nb">str</span><span class="p">,</span> <span
class="n">regexp</span><span class="p">[,</span> <span
class="n">flags</span><span class="p">])</span>
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]