RosettaCodeData/Task/Empty-string/PowerShell/empty-string-2.psh
2023-07-01 13:44:08 -04:00

2 lines
64 B
Text

[String]::IsNullOrEmpty($alpha)
[String]::IsNullOrEmpty($empty)