PowerShell, Strings PowerShell $texto1,$texto2 = "hola:adios" -split '(?<=^.{4})' $texto1,$texto2 12 $texto1,$texto2 = "hola:adios" -split '(?<=^.{4})'$texto1,$texto2