RosettaCodeData/Task/Empty-string/PowerShell/empty-string.psh

3 lines
57 B
Plaintext

[string]::IsNullOrEmpty("")
[string]::IsNullOrEmpty("a")