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 時点の英語版に同期 --- .../ja/web/xpath/functions/starts-with/index.html | 31 ++++++---------------- 1 file changed, 8 insertions(+), 23 deletions(-) (limited to 'files/ja/web/xpath/functions/starts-with/index.html') diff --git a/files/ja/web/xpath/functions/starts-with/index.html b/files/ja/web/xpath/functions/starts-with/index.html index 9fd53c61bf..5bf58577a3 100644 --- a/files/ja/web/xpath/functions/starts-with/index.html +++ b/files/ja/web/xpath/functions/starts-with/index.html @@ -10,43 +10,28 @@ translation_of: Web/XPath/Functions/starts-with

starts-with 関数は第 1 引数の文字列が第 2 引数の文字列で始まるかどうかを調べ、true または false を返します。

-

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

+

構文

-

構文

- -
starts-with(haystack ,needle)
+
starts-with(haystack, needle)
 
-

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

- -

引数

+

引数

haystack
検索される文字列。
-
- -
needle
検索する文字列。
-

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

- -

戻り値

+

返値

haystackneedle で始まれば true。 そうでなければ false

-

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

- -

定義

- -

XPath 1.0 4.2

- -

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

+

定義

-

Gecko でのサポート

+

XPath 1.0 4.2

-

サポート済み。

+

Gecko での対応

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

対応済み。

-- cgit v1.2.3-54-g00ecf