From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/xpath/functions/string-length/index.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/ja/web/xpath/functions/string-length/index.html (limited to 'files/ja/web/xpath/functions/string-length/index.html') diff --git a/files/ja/web/xpath/functions/string-length/index.html b/files/ja/web/xpath/functions/string-length/index.html new file mode 100644 index 0000000000..91f2cdb84c --- /dev/null +++ b/files/ja/web/xpath/functions/string-length/index.html @@ -0,0 +1,47 @@ +--- +title: string-length +slug: Web/XPath/Functions/string-length +tags: + - XSLT + - XSLT_Reference +translation_of: Web/XPath/Functions/string-length +--- +

{{ XsltRef() }}

+ +

string-length 関数は、与えられた文字列の文字数に等しい数値を返します。

+ +

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

+ +

構文

+ +
string-length( [string] )
+
+ +

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

+ +

引数

+ +
+
string(省略可)
+
評価する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。
+
+ +

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

+ +

戻り値

+ +

文字列の文字数に等しい整数。

+ +

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

+ +

定義

+ +

XPath 1.0 4.2

+ +

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

+ +

Gecko でのサポート

+ +

サポート済み。

+ +
{{ languages( { "en": "en/XPath/Functions/string-length", "fr": "fr/XPath/Fonctions/string-length", "pl": "pl/XPath/Funkcje/string-length" } ) }}
-- cgit v1.2.3-54-g00ecf