Hi.<br><br>There are two forms of matching binaries, that are not supported:<br><br>extract_string(<<String/binary, 0>>) -> String.<br><br><br>extract_postfix(<<Prefix/binary, Postfix/binary>>, Prefix) -> Postfix.<br>
<br>Second one is perhaps too hard to implement, but first one seems to be not to hard (we just match end of binary on known offset and match beginning).<br><br>Why aren't these cases implemented? Is it just "nobody wanted it yet" or there is some serious reason not to do it.<br>
<br>