Extract a paragraph from text parser

Hey @Felipe1307

This could be possible using regex here is a great post about how to use : How to use Regex in Make?

If there are unique html tags in the original or the line breaks in the output text you could possibly use to separate the first paragraph from the rest of the text.

Use regex101.com to really test it out and learn the basics of regex

2 Likes