<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>binary:split with the trim option doesn't remove empty results from the beginning of the binary:<br></div><div><br></div><div>binary:split(<<"/a/b/">>, <<"/">>, [global, trim]).</div><div>[<<>>,<<"a">>,<<"b">>]</div><div><br></div><div>binary:split(<<"//a/b///">>, <<"/">>, [trim, global]).</div><div>[<<>>,<<>>,<<"a">>,<<"b">>]</div><div><br></div><div>Is this a bug?</div><div><br></div><div>Thanks</div></div></body></html>