1 # Lookbehinds can have variable length. 2 # Example: bp '{<(^ +`# _) "foo"}' matches lines starting with "# foo", "## foo", "### foo", etc. 3 bp '{<(`U +`h "...") "ok"}'