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