StringUtils

Overview

The class represents a set of helper methods for work with strings and is used throughout the library.

Location

Class Methods


isNullOrEmpty

The method checks if the string not initialized or the instance is empty.

 

class method isNullOrEmpty(aString: String): Boolean

 

static Boolean isNullOrEmpty(String aString)

Parameters:

  • aString: String to check.