\(the literal ( (4010 / 508 / 2816)
\)the literal ) (4110 / 518 / 2916)
\na line-feed (newline) character (ASCII 10)
Character Class[[:space:]]{1,} {1,}matches at least one character from the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
\{the literal { (12310 / 1738 / 7B16)