^ is working, but it seems to be recognized in more situations than it should. start of line is very handy when writing parsers where end-of-line is an entry delimiter (such as when parsing HTTP) ``` ^{header}\={value}$ ```
^ is working, but it seems to be recognized in more situations than it should.
start of line is very handy when writing parsers where end-of-line is an entry delimiter (such as when parsing HTTP)