You should check if there are no additional "space" char after a line. You can also try with .* (dot and asterisk) before ending line (\n).
Keep in mind that if you select RegEx expression in string, you must use backslash for escape special characters (e.g. parenthesis).
Regards,
Mateusz