パラメーター内の文字列が空でない場合、true を返します。
文字列
isNotEmpty(<parameters>)
isNotEmpty(<string>)
ブール値を返します。
isNotEmpty("")
false を返します。
isNotEmpty("hello")
true を返します。