2020/08/02 #文字列に関するコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#文字列に関するコマンド

PS> Get-Command *string*

CommandType Name

Version Source

----------- ----

------- ------

Cmdlet ConvertFrom-SddlString

7.0.0.0 Microsoft.PowerShell.Utility

Cmdlet ConvertFrom-SecureString

7.0.0.0 Microsoft.PowerShell.Security

Cmdlet ConvertFrom-StringData

7.0.0.0 Microsoft.PowerShell.Utility

Cmdlet ConvertTo-SecureString

7.0.0.0 Microsoft.PowerShell.Security

Cmdlet Join-String

7.0.0.0 Microsoft.PowerShell.Utility

Cmdlet Out-String

7.0.0.0 Microsoft.PowerShell.Utility

Cmdlet Select-String

7.0.0.0 Microsoft.PowerShell.Utility

PS>

PowerShellCUIのツールですが

文字列を扱うものは意外に少ないですね・・

ではまた;