RegEx getting multiple values out of Text Parser

@Nate Make it’s Text parser needs every output section to be grouped. If you don’t group it, it will not output it.
It would looke like the following (only did the first 2 parts):

(?<date>(?<=Date:\* )(.+?)(?=\n))|(?<duration>(?<=Duration:\* )(.+?)(?= s\n))

Hope this helps you out! :smiley:

Let us know if you need any additional assistance!

2 Likes