Difference between revisions of "Translations:Manual:Introduction/107/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
− | # In data field " | + | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> |
# Select '''perl regex''' type pattern again | # Select '''perl regex''' type pattern again | ||
# Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> | # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
Latest revision as of 23:30, 14 June 2020
- In data field "1" write:
^(.+) drops (.+)\.$
- Select perl regex type pattern again
- Below write the lua code:
send("take " .. matches[3])