@baggie/string

A library of string for JavaScript and TypeScript. Find emails in string, strip html tags, validate password etc.

Usage no npm install needed!

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

README

Baggie logo

@baggie/string

String tools from the little bag-of-tricks.

Find emails in strings, strip html tags, validate password etc.



๐Ÿงพ Documentation

Visit bag-of-tricks.github.io for more complete documentation and examples.

๐Ÿš€ Installation

#npm
npm install @baggie/string --save

#yarn
yarn add @baggie/string