4
Size: a a a
4
LD
4
4
LD
4
(xxx).translations.text.split('[.]').foreach{xxx}
LD
4
(xxx).
translations.
text.
split('[.]').
foreach{xxx}
4
4
4
4
4
4
| Select-Object @{Name="Text"; Expression={ $_.Translations.Text }} `
| Select-Object -ExpandProperty text
4
LD
LD
( Get-Translation -Text ($desc -join ' ')).Translations.Text `
| Split-String -RegexSeparator '\.\s*|$' `
| Where-Object -Property Length -GT 0 `
| ForEach-Object { @( $spacing, " ", $_, ".") -join '' }