RosettaCodeData/Task/Empty-string/PowerShell/empty-string.psh
2015-11-18 06:14:39 +00:00

2 lines
57 B
Text

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