# @util.js/strings

> JavaScript utility methods for strings

Latest version **0.41.3** (published 2023-04-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @util.js/strings
pnpm add @util.js/strings
yarn add @util.js/strings
bun add @util.js/strings
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.41.3 |
| Published | 2023-04-23 |
| First published | 2019-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 14.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Chris Topher |
| Maintainers | creemama |
| Keywords | base64url, endsWith, isString, pad, string, strings, stripTags, utilities, utility, utiljs |

## Links

- npm: https://www.npmjs.com/package/@util.js/strings
- Repository: https://github.com/creemama/utiljs.git#master
- Homepage: https://github.com/creemama/utiljs/tree/master#readme
- Issues: https://github.com/creemama/utiljs/issues
- npm.io page: https://npm.io/package/@util.js/strings

## Dependencies (2)

- [base64url](https://npm.io/package/base64url.md) 3.0.1
- [@babel/runtime-corejs3](https://npm.io/package/@babel/runtime-corejs3.md) 7.21.0

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.41.3 (latest) — 2023-04-23
- 0.41.2 — 2022-11-27
- 0.41.1 — 2021-11-08
- 0.41.0 — 2021-05-08
- 0.40.1 — 2020-11-15
- 0.40.0 — 2020-11-15
- 0.39.2 — 2019-08-03
- 0.39.1 — 2019-07-27
- 0.39.0 — 2019-05-10
- 0.38.0 — 2019-05-08
- 0.37.1 — 2019-04-20
- 0.37.0 — 2019-04-14
- 0.36.1 — 2019-03-27
- 0.36.0 — 2019-03-24
- 0.35.0 — 2019-03-20
- … 7 more at https://npm.io/package/@util.js/strings/versions

## README

# @util.js/strings

> JavaScript utility methods for strings

<p>
  <a href="https://www.npmjs.com/package/@util.js/strings"><img alt="NPM Status" src="https://img.shields.io/npm/v/@util.js/strings.svg?style=flat"></a>
  <a href="https://travis-ci.org/creemama/utiljs"><img alt="Travis CI Build Status" src="https://img.shields.io/travis/creemama/utiljs/master.svg?style=flat-square&label=Travis+CI"></a>
</p>

@util.js/strings is part of [Util.js](https://github.com/creemama/utiljs).

This class contains all the non-instance methods of [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) in addition to:

- base64ToBase64Url
- base64UrlDecode
- base64UrlEncode
- base64UrlToBase64
- base64UrlToBuffer
- endsWith
- isString
- pad
- stripTags

---
_Source: https://npm.io/package/@util.js/strings · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
