1 2 3
# ^ matches start of a line # Example: bp '{^ "x"}' matches lines starting with "x" bp '{^ "foo"}'