@satont/text-utils

Analyze text and other helpers

Usage no npm install needed!

<script type="module">
  import satontTextUtils from 'https://cdn.skypack.dev/@satont/text-utils';
</script>

README

Text-utils

Build Tests Codecov

Text helpers: detect links, detect caps, and more tools.

Documentation

Installation

npm i @satont/text-utils

Usage

Import via ES6:

import { caps } from '@satont/text-utils'

console.log(caps.isCapsed('HELLO WORLD'))

Or CommonJS:

const { caps } = require('@satont/text-utils')

console.log(caps.isCapsed('HELLO WORLD'))