0.0.1 • Published 4 years ago

@amilas/string.api v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Presentation

This package is a library for the Amilas project, it permits you to build computation models based on string.

Installation

This package is compatible with npm and can be installed like this:

npm install @amilas/string.api

see also:

Usage

Use the following tools to build your model, you can mix them with others libraries. Once your model is built, send it to the amilas-server with the @amilas/rest.api package

string

// TODO

toString

// TODO

chartAt

// TODO

indexOf

// TODO

concat

// TODO

include

// TODO

startsWith

// TODO

endsWith

// TODO

length

// TODO

isEmpty

// TODO

trim

// TODO

replace

// TODO

subString

// TODO

slice

// TODO

toUppercase

// TODO

toLowercase

// TODO