/**
 * Returns true if the string is not empty, false otherwise.
 *
 * @return bool Returns TRUE on success or FALSE otherwise.
 */
public function isEmpty(): bool

Examples

if (Strings::create()->isEmpty()) {
    // do something...
}

Getting Started

Methods