1.1.7 • Published 5 years ago

motty_string v1.1.7

Weekly downloads
36
License
ISC
Repository
-
Last release
5 years ago

API

Install

npm install motty_string

Usage

var test = require('motty_string');
test.reverse(string);
test.substring(start,length,word);
test.duplicate(string,duplicateAmount);

Run tests

var reverse = test.reverse("shalom"); 
var substring = test.substring(1,5,"shalom");
var duplicate = test.duplicate("shalom",3); 
console.log(reverse); --> "molahs"
console.log(substring); --> "halom"
console.log(duplicate); --> "shalomshalomshalom"

Author

👤 motty bar

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago