utility-text

2.1.0 • Public • Published

utility-text

this package helps with text functions and other things like advanced replace, snake_case, other conversions ad useful methods.
This package works both in ES Modules and Common JS projects.

  • ES Modules Support
  • Small Unpacked size
  • Efficient/Fast and Easy to use
  • Singular imports
  • Easy debugging

Download the package and start developing to see more features...

Starting With the Package

first, to access all the methods, you need to install the package and then type out this code:

const utils = require("utility-text");
/* --- OR --- */
import utils from 'utility-text';

This line imports all the functions available. You can log the utils variable and try out the functions yourself, or visit the documentation to see detailed information on each function


For using these functions in the web, go to utility-text-web

Functions

There are too many functions to list here, just visit the documentation given below. It is much more organized and detailed.
some of the most used functions are (according to surveys and reviews):


The package also contains different utilities such as PasswordUtil class, which you can use for basic password utilities as the name suggests.


Check the full documentation below for all functions' detailed information

Full Docs

visit The Full Documentation here.

Package Sidebar

Install

npm i utility-text

Weekly Downloads

0

Version

2.1.0

License

ISC

Unpacked Size

42.4 kB

Total Files

4

Last publish

Collaborators

  • chill31