Difference between revisions of "Translations:Manual:Introduction/107/ko"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:05, 17 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
# In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight>
# Select '''perl regex''' type pattern again
# Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight>
  1. 데이터 필드 "1"에 다음을 작성하세요:
    ^(.+) drops (.+)\.$
  2. 다시 perl regex 타입 패턴을 선택하세요.
  3. 아래에 다음 lua 코드를 작성하세요:
    send("take " .. matches[3])