This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new af2dab7efd8 Update website meta title (#3301)
af2dab7efd8 is described below
commit af2dab7efd8b9d27e913a649959381acc85285db
Author: yangon <[email protected]>
AuthorDate: Fri Jan 23 12:20:59 2026 +0800
Update website meta title (#3301)
---
.../string-functions/regexp-extract-all.md | 24 +---------------------
.../string-functions/regexp-extract.md | 24 +---------------------
src/pages/index.tsx | 2 +-
3 files changed, 3 insertions(+), 47 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
index c456f89c445..13e6ae559ac 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract-all.md
@@ -2,32 +2,10 @@
{
"title": "REGEXP_EXTRACT_ALL",
"language": "zh-CN",
- "description": "<<<<<<< HEAD ======="
+ "description": "REGEXP_EXTRACT_ALL 是用于字符串正则匹配的 SQL
函数,返回所有匹配结果中第一个子模式的字符串数组,支持 UTF-8 与 RE2 语法。"
}
---
-<<<<<<< HEAD
-=======
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
->>>>>>> 3ce78af1b (squash commit)
## 描述
REGEXP_EXTRACT_ALL 函数用于对给定字符串str执行正则表达式匹配,所有与指定 pattern
匹配的文本串当中的与第一个子模式匹配的部分。为了使函数返回表示模式匹配部分的字符串数组,该模式必须与输入字符串 str
的一部分完全匹配。如果没有匹配项,或模式不包含任何子模式,则返回空字符串。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract.md
index 2ca41159fbd..48bca4470ed 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/string-functions/regexp-extract.md
@@ -2,32 +2,10 @@
{
"title": "REGEXP_EXTRACT",
"language": "zh-CN",
- "description": "<<<<<<< HEAD ======="
+ "description": "REGEXP_EXTRACT 是 SQL 正则函数,用于从字符串中按位置提取指定匹配结果,支持 UTF-8 字符集与
RE2 正则语法。"
}
---
-<<<<<<< HEAD
-=======
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
->>>>>>> 3ce78af1b (squash commit)
## 描述
此函数用于对给定字符串 STR 执行正则匹配,并提取符合指定模式的第 POS 个匹配部分。若函数要返回匹配结果,该模式必须与 STR 的某些部分完全匹配。
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index e88caca4e69..f943394c519 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -400,7 +400,7 @@ export default function Home(): JSX.Element {
<Layout
title={translate({
id: 'homepage.title',
- message: 'Apache Doris: Open source data warehouse for real
time data analytics',
+ message: 'Apache Doris: Open Source, Real-Time Analytics and
Search Database for the AI Era',
})}
description={translate({
id: 'homepage.banner.subTitle',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]