Hi all- I am trying to design a marco that can help users to extract the first N words. But struggle with the REGEX here. In my example below, I have "(^(?:\S+\s+\n?){1,3})" so it should show the first 3 words, but instead it will only show the first 2 words. Any idea why? I attached the workflow below. Thanks!