@satont/text-utils
v1.0.8
Published
Analyze text and other helpers
Downloads
7
Readme
Text-utils
Text helpers: detect links, detect caps, and more tools.
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'))