I can’t figure this out for the life of me.
Problem: Text parser is only returning 1 bundle even though the regular expression call multiple.
Question: What am I doing wrong? I even read over the guide: How to use Regex in Make? and everything seems to be set up the same.
Expression in Question:
<h1[^>]class=“title”[^>]>.?<a[^>]>(?.?)</a>.?</h1>|<span\s+itemprop\s*=\s*[‘"]articleBody[’"]\s*>(?[\s\S]?)</span>\s</div><meta\b[^>]>|<span\s+itemprop=“keywords”.?>(?.*?)</span>
Blueprint:
blueprint.json (79.0 KB)