Convert to Normalized Text
Zuletzt geändert: 14.03.2026 05:56

ConvertTo-NormalizedText #

ÜBERSICHT #

Normalisiert Textwerte aus WordPress Gravity-Fields.

SYNTAX #

ConvertTo-NormalizedText [[-Value] <string>] [<CommonParameters>]

BESCHREIBUNG #

Ersetzt Non-Breaking-Space durch normale Leerzeichen und trimmt. Gibt bei $null auch $null zurück.

PARAMETER #

-Value #

Type: string

Eingabewert.

AUSGABEN #

System.String

BEISPIELE #

# NBSP ersetzen und trimmen
ConvertTo-NormalizedText -Value "A$([char]0xA0)B "