1.0.1 • Published 3 years ago

@pforth/strfuncs v1.0.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

This module adds 5 prototypes to the javascript String object...

Usage

require("@pforth/strfuncs");

var str="adfsasdfasf";
str.startsWith("a");
str.endsWith("aasdf");
str.iStartsWith("a");
str.iEndsWith("a");
str.getBetween("fs", "df");
1.0.1

3 years ago

1.0.0

3 years ago