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 "