Hii, could somebody help me figure out what's the Ragel equivalent of regex "$"?<br><br>I'd like to be able to specify that the machine demands the whole input match and then that's EOF.<br><br>Doing "main := header (line*) footer ;" doesn't seem to work - it's happy to quit without seeing the footer.