replacefilter

1.3.0 • Public • Published

Caution! This code is currently designed to function exclusively with Russian characters; therefore, the instructions provided will be in Russian. Support for replacing English characters will be implemented in future updates.

Для запуска требуется Node.js v18+.

Установка

npm i replacefilter

Примеры

const filter = require("replacefilter")

filter.filterReplacingCharacters("Привет мир") // {status: false, text: "response"}
filter.filterReplacingCharacters("Пruвeт мur") // {status: true, text:"response"}

License

MIT

Package Sidebar

Install

npm i replacefilter

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

313 kB

Total Files

24

Last publish

Collaborators

  • vladimirgorin