From 4fc7e6641c5c29dc092972efab984cbc86ac965d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 8 May 2021 01:21:53 +0900 Subject: Web/XPath/Functions 以下の複数の文書を更新 (#631) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Web/XPath/Functions/ceiling を更新 - 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/concat を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/count を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/false を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/floor を更新 2021/02/20 時点の英語版に更新 * Web/XPath/Functions/id を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/lang を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/last を更新 2021/02/22 時点の英語版に同期 * Web/XPath/Functions/local-name を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/name を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/namespace-uri を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/normalize-space を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/not を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/number を更新 2021/02/22 時点の英語版に同期 * Web/XPath/Functions/position を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/round を更新 2021/02/20 時点の英語版に同期 * 「実数」表記を「小数」表記に修正 * Web/XPath/Functions/starts-with を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/string-length を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/string を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/substring を更新 2021/02/20 時点の英語版に同期 --- files/ja/web/xpath/functions/concat/index.html | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'files/ja/web/xpath/functions/concat') diff --git a/files/ja/web/xpath/functions/concat/index.html b/files/ja/web/xpath/functions/concat/index.html index 5d1d2c5c09..eb540091a4 100644 --- a/files/ja/web/xpath/functions/concat/index.html +++ b/files/ja/web/xpath/functions/concat/index.html @@ -10,38 +10,26 @@ translation_of: Web/XPath/Functions/concat

concat 関数は 2 つ以上の文字列を連結し、その結果として得られる文字列を返します。

-

{{ 英語版章題("Syntax") }}

- -

構文

+

構文

concat(string1 ,string2 [,stringn]* )
 
-

{{ 英語版章題("Arguments") }}

- -

引数

+

引数

stringn
この関数は 2 つ以上の引数を受け入れます。それぞれの引数は文字列です。
-

{{ 英語版章題("Returns") }}

- -

戻り値

+

返値

関数に引数として渡されたすべての文字列を連結した、単一の文字列。

-

{{ 英語版章題("Defined") }}

- -

定義

- -

XPath 1.0 4.2

- -

{{ 英語版章題("Gecko Support") }}

+

定義

-

Gecko でのサポート

+

XPath 1.0 4.2

-

サポート済み。

+

Gecko での対応

-
{{ languages( { "en": "en/XPath/Functions/concat", "fr": "fr/XPath/Fonctions/concat", "pl": "pl/XPath/Funkcje/concat" } ) }}
+

対応済み。

-- cgit v1.2.3-54-g00ecf