_StringEmpty

Tests if string is empty after stripping spaces, tabs, line feeds or carriage returns

#include "String and File String.au3"
_StringEmpty( $sString )

parameters

$sString String to test

return value

boolean value True = string is empty, False = Not

related

_StringCountLines, _GUICtrlEmpty