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

{{ XsltRef() }}

+ +

substring 関数は与えられた文字列の一部を返します。

+ +

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

+ +

構文

+ +
substring(string ,start [,length] )
+
+ +

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

+ +

引数

+ +
+
string
+
評価する文字列。
+
+ +
+
start
+
string内での部分文字列の開始位置。
+
+ +
+
length(省略可)
+
部分文字列の長さ。 省略すると、返される文字列にはstart の位置からstring の最後までのすべての文字が格納される。
+
+ +

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

+ +

戻り値

+ +

文字列。

+ +

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

+ +

注記

+ +

他の XPath 関数と同様に、位置はゼロ始まりではありません。 文字列内の最初の文字の位置は 1 であり、0 ではありません。

+ +

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

+ +

定義

+ +

XPath 1.0 4.2

+ +

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

+ +

Gecko でのサポート

+ +

サポート済み。

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