Reply To: GREP expression help

#14402539
David Blatner
Keymaster

Hi Lindsey! Great that you’re trying this. This might work:
(?<=,).+?(?=serves)

That searches for anything PRECEDED by a comma followed by a space, and followed by the word "serves"

There are a ton of resources here:
https://creativepro.com/resources/grep/

This article was last modified on April 15, 2024

Comments (0)

Loading comments...