I'd like to be able to match the beginning of the input in a regular expression: `^"-"|" -" // match "-" if it is at the beginning of the input or preceded by a space` There was some mention of this in #448. I'm using Rust.