Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 375 Bytes

File metadata and controls

10 lines (10 loc) · 375 Bytes

String Utilities for Nodejs

Operations on String objects that are "undefined" safe

Methods

The methods are added to the String object's prototype

isEmpty

Return true if the string is empty, false if not empty or undefined

isBlank

Return true if empty or undefined, false otherwise

equals(param1)

Return true if param1 is a String and is equal to the String