Str

Sf. Str

A class to easily handle strings and to group string-related functions

Constructor

new Str(str) → {object}

Parameters
Name Type Description
str string The string passed to the constructor, hereinafter indicated as "class argument"
Returns
the class instance to allow method chaining
Type
object