@amilas/string.api

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

Usage no npm install needed!

<script type="module">
  import amilasStringApi from 'https://cdn.skypack.dev/@amilas/string.api';
</script>

README

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