Skip to content

robin2309/string-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

string utilities for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published