One practical consequence of this is that you can't "escape" some delimiters to match literally, e.g.:
m$\$$ will treat $ as the end-of-line assertion (or as variable interpolation if $ is followed by an identifier), but there's no way to get it to match '$'.