1.3.0 • Published 4 months ago

replacefilter v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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