Coder Social home page Coder Social logo

jastinxyz / replace-word Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 183 KB

Several tools for changing a word into something.

Home Page: https://npmjs.com/package/replace-word

License: MIT License

JavaScript 100.00%
emojify emojipasta toemoji owoify owoifier aesthetic clap alay word replace

replace-word's Introduction

replace-word

Just replace it.

Read the Documentation

Instalation

npm i replace-word

Usage

const replaceWord = require('replace-word');

const res = replaceWord.emojipasta('hello friend!!');
console.log(res); // result e.g: hello πŸ‘‹ friend!! 😎

Documentation

  • <replaceWord>.toEmoji("word") - Replace the inputted letters and numbers into emojis. Maybe there are some consoles that don't support number emoji if you use console.log
replaceWord.toEmoji('word') // πŸ‡Ό πŸ‡΄ πŸ‡· πŸ‡©
  • <replaceWord>.hilih("word") - Replace vowels (A, I, U, E, O) to "i".
replaceWord.hilih('word') // wird
  • <replaceWord>.alay("word") - Alay text (Indonesian: Tulisan alay) is a form of the Indonesian language that has undergone "excessive leet transformation". Contrary to the popular belief that it is "destroying" the national language, grammatical standards are met in contrast to the modern Indonesian slang language.

    • Replace "a" becomes "4", "s" becomes "5", "e" becomes "3", "o" becomes "0", "b" becomes "8", "g" becomes "9", " i" becomes "1".
replaceWord.alay('word') // w0rd
  • <replaceWord>.clap("word") - Replace space to "πŸ‘"
replaceWord.clap('hello world!') // helloπŸ‘world!
  • <replaceWord>.space("word", "emoji or something text") - Replace the space into the input you wrote.
replaceWord.space('hello world!', 'πŸ˜„') // helloπŸ˜„world!
  • <replaceWord>.owoify("word") - OWO Wepwace input to owoify text. ^_^
replaceWord.owoify('hello world!') // OwO hewwo wowwd! (γ€€'β—Ÿ ')
  • <replaceWord>.aesthetic("word") - Replace input as fullwidth.
replaceWord.aesthetic('word') // word
  • <replaceWord>.emojipasta("word", [density (default: 100)], [shouldFilterEmojis? (default: true)]) - I πŸ’°πŸ‘€ really 😏😏😏 really πŸ™Œ want πŸŒ› to use πŸ“€πŸ» this function.
replaceWord.emojipasta('word') // word πŸ“

// or

replaceWord.emojipasta('word', 0) // word πŸ—£

// or

replaceWord.emojipasta('word', 100, false) // word πŸ†
  • <replaceWord>.toMorse("word") - Text to morse converter.
replaceWord.toMorse('word') // .-- --- .-. -..
  • <replaceWord>.toBinary("word") - Text to binary code converter.
replaceWord.toBinary('word') // 01110111 01101111 01110010 01100100
  • <replaceWord>.aestheticBrackets("word") - γ€ο½‰ο½„ο½‹οΌŽγ€‘
replaceWord.aestheticBrackets('word') // 【word】

More Function Soon!

This package will continue to be updated. If there is an idea πŸ˜….

replace-word's People

Contributors

jastinxyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

replace-word's Issues

Hai

First HadirπŸ˜…β˜

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.