Difference between revisions of "Translations:Manual:Introduction/100/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)
The regular expression (.+) matches any characters that the client receives between "The skeleton drops " (NB: notice the blank/space character at the end) and the full-stop symbol that ends the sentence. Know that the variable matches[2] simply transfers the first matched text fitting the search criteria into the output. For this example, it will be the dropped loot we now will take automatically. This text may actually contain more than one word, like in the fourth example shown above.

정규 표현식 (.+)은 클라이언트가 "The skeleton drops "(참고: 끝에 공백/공백 문자가 있는지 확인하세요)와 문장을 끝내는 마침표 기호 사이에 받은 모든 문자와 일치합니다. 변수 matches[2]는 검색 기준에 맞는 첫 번째 일치하는 텍스트를 출력으로 전달합니다. 이 예제에서는 우리가 자동으로 가져갈 드롭된 전리품입니다. 이 텍스트는 실제로 네 번째 예제와 같이 하나 이상의 단어를 포함할 수도 있습니다.