Unable to get the enum output using Regex when the input is email body

Hi,

Can you try the following pattern? Because the string uses CRLF as linebreak

\b[A-Z]{3}\b(?=\r?\n\r?\nSTART_DATE)

Regards,