Ir al contenido
Partir una cadena en partes utilizando split en PowerShell (Strings, PowerShell)
PowerShell
,
Strings
PowerShell
"1 2 3" -split " ", 2
1
"1 2 3"
-split
" "
,
2