aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/normalize-space/index.md
blob: 71a54fc73863e75405f6668246e1c27eeaa14bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: normalize-space
slug: Web/XPath/Functions/normalize-space
tags:
  - XSLT
  - XSLT_Reference
translation_of: Web/XPath/Functions/normalize-space
---
{{ XsltRef() }}

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

## 構文

    normalize-space( [string] )

## 引数

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

## 返値

正規化された文字列。

## 定義

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

## Gecko での対応

対応済み。