BigEfromDaBX 25 Posted May 4, 2019 Report Share Posted May 4, 2019 There is a command in ubot for regex to find regex first. What if I want to find the 2nd , 3rd, 5th etc? Right now the following regex matches 7 lines for me ^.* Daniel JohnsonAbc Company300 E Main StreetSuite 304Puyallup, Washington 98373United States904-725-3000 Im trying to find a regex that I can pull each match individually so that I can can set one for a name, suite number etc. ^.* gives me all 7 lines. See snapshot. Quote Link to post Share on other sites
bestmacros 60 Posted May 4, 2019 Report Share Posted May 4, 2019 add all values to the list and work with it 1 Quote Link to post Share on other sites
BigEfromDaBX 25 Posted May 4, 2019 Author Report Share Posted May 4, 2019 add all values to the list and work with it How can I add it to a list if its not a list yet? Quote Link to post Share on other sites
BigEfromDaBX 25 Posted May 4, 2019 Author Report Share Posted May 4, 2019 add all values to the list and work with itNevermind. I figured it out. I used list from text. I appreciate your help. Thanks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.