From 278dbe9dae410a6055e9b35c52a53279f233ff89 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 28 Dec 2021 22:10:18 +0900 Subject: 2021/10/09 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/xpath/functions/normalize-space/index.md | 29 ++++++++++------------ 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'files/ja/web/xpath/functions/normalize-space/index.md') diff --git a/files/ja/web/xpath/functions/normalize-space/index.md b/files/ja/web/xpath/functions/normalize-space/index.md index e90715d2c3..71a54fc738 100644 --- a/files/ja/web/xpath/functions/normalize-space/index.md +++ b/files/ja/web/xpath/functions/normalize-space/index.md @@ -6,30 +6,27 @@ tags: - XSLT_Reference translation_of: Web/XPath/Functions/normalize-space --- -

{{ XsltRef() }}

+{{ XsltRef() }} -

normalize-space 関数は文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。

+`normalize-space` 関数は、文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。 -

構文

+## 構文 -
normalize-space( [string] )
-
+ normalize-space( [string] ) -

引数

+## 引数 -
-
string (省略可)
-
正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。
-
+- `string` (省略可) + - : 正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。 -

返値

+## 返値 -

正規化された文字列。

+正規化された文字列。 -

定義

+## 定義 -

XPath 1.0 4.2

+[XPath 1.0 4.2](https://www.w3.org/TR/xpath#function-normalize-space) -

Gecko での対応

+## Gecko での対応 -

対応済み。

+対応済み。 -- cgit v1.2.3-54-g00ecf