Comment: non-capturing group start
EXTthe literal text EXT (case sensitive) \s*a Unicode whitespace character, repeated any number of times
\|the literal | (12410 / 1748 / 7C16)
\|the literal | (12410 / 1748 / 7C16)
\s*a Unicode whitespace character, repeated any number of times
Non-Capturing Group(?:RE:\s*EXTERNAL:\s*RE:|FW:)? ?repeats the group contents below at most once:
1st AlternativeRE:\s*EXTERNAL:\s*RE: RE:the literal text RE: (case sensitive) \s*a Unicode whitespace character, repeated any number of times
EXTERNAL:the literal text EXTERNAL: (case sensitive) \s*a Unicode whitespace character, repeated any number of times
RE:the literal text RE: (case sensitive) FW:the literal text FW: (case sensitive) Comment: EXT || or EXT || RE: EXTERNAL: RE: or EXT || FW: