User Guide › Design › Data Acquisition › Adapters › Regular Expression Syntax › Line Anchors
An anchor is something that matches the null string at the start or end of a line: "^" matches the null string at the start of a line, "$" matches the null string at the end of a line.