Translations:Manual:Introduction/116/es-ES
Jump to navigation
Jump to search
- Write a new perl regex type pattern:
(.+) drops (a|an|the|some|a couple of|a few|) (.+)\.$
- With this script:
send("take " .. matches[4])
(.+) drops (a|an|the|some|a couple of|a few|) (.+)\.$
send("take " .. matches[4])