# @hiraokahypertools/jsstrike

> JavaScript string like (match middle of string) operation. Suitable for Japanese text.

Latest version **0.2.0** (published 2019-07-17) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install @hiraokahypertools/jsstrike
pnpm add @hiraokahypertools/jsstrike
yarn add @hiraokahypertools/jsstrike
bun add @hiraokahypertools/jsstrike
```

## 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.2.0 |
| Published | 2019-07-17 |
| First published | 2019-07-17 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | kenjiuno |
| Maintainers | kenjiuno |

## Links

- npm: https://www.npmjs.com/package/@hiraokahypertools/jsstrike
- npm.io page: https://npm.io/package/@hiraokahypertools/jsstrike

## Recent versions

- 0.2.0 (latest) — 2019-07-17
- 0.1.0 — 2019-07-17

## README

# jsstrike

`jsstrike` is: JavaScript string like (match middle of string) operation. Suitable for Japanese text.

```js
const jsstrike = require('@hiraokahypertools/jsstrike');

jsstrike.like('グーグル・クロームです', 'くろーむ'); // → true
jsstrike.likes('グーグル・クロームです', 'ぐーぐる  くろーむ'); // → true
```

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