Translations:Manual:Introduction/116/ko
Jump to navigation
Jump to search
- 새로운 perl regex 유형 패턴을 작성하세요:
(.+) drops (a|an|the|some|a couple of|a few|) (.+)\.$
- 이 스크립트와 함께:
send("take " .. matches[4])
(.+) drops (a|an|the|some|a couple of|a few|) (.+)\.$
send("take " .. matches[4])