Inserting multiple matches into table

Post Reply
Pollux
Posts: 1
Joined: Mon Jun 06, 2016 10:36 pm

Inserting multiple matches into table

Post by Pollux »

This is what I have so far:
http://prntscr.com/bd7o5o

I'm looking for a script that will insert every cauldron number into a table(Ex: http://prntscr.com/bd7omn), but what I have currently, only inserts the first match(http://prntscr.com/bd7ot1), not every match. Can someone point me in the right direction?

User avatar
Belgarath
Posts: 232
Joined: Fri Jul 26, 2013 7:19 am
Discord: macjabeth#7149

Re: Inserting multiple matches into table

Post by Belgarath »

Try using this pattern instead: ^"cauldron(\d+)"\s+a sturdy cauldron

Post Reply