Skip to content

afeiship/next-starts-with

Repository files navigation

next-starts-with

String starts with methods.

usage:

nx.startsWith('abc', 'a'); //true
nx.startsWith('abc', 'b');  //false
nx.startsWith('abc', 'b', 1); //true

About

String starts with methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published