Message Mixer

Message Mixer is a messaging service that allows you to perform an action on input text and display the output of that behavior to the console. For example, with the current functions defined in Message Mixer, you can:

메세지 믹서는 당신이 텍스를 입력하는 행동을 수행하도록 하고 콘솔에 그 행동의 결과물을 보여주는 메세징 서비스이다. 예를 들어, 메세지 믹서에서 함수를 정의하는 것과 함께 당신이 할 수 있는 것은

→ 메세지에서 문자를 세는 기능

→ 단어의 첫 문자를 대문자화 하는 기능

→ 메세지의 단어를 전환하는 것

→ 문자를 전환시키는 것

→ 문자열의 첫 발생을 대체하는 기능

→ 문자열의 모든 발생을 대체하는 기능

→ 다른 문자를 위해 특정한 문자를 교환함으로써, 텍스트를 인코딩하는 기능

At present, Message Mixer runs as a program in a single file. This single file includes functions that define behavior as well as the output. Message Mixer knows that by extracting the functions into a module, logic can be reused in different parts of our application.

현재, 메세지 믹서는 하나의 파일에서 프로그램으로써 작동한다. 단일의 파일은 결과 뿐만 아니라, 행동을 정의하는 함수를 포함하고 있다.