<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>


<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>

<div dir="ltr">Hey again!<br> <br>I came across something of which I don't understand why it happens.. When I do this:<br></div><p style="margin-right: 0px;" dir="ltr">(scan "[a-z]*" "<test>") </p><p style="margin-right: 0px;" dir="ltr"> </p><p dir="ltr">I get:<br>0<br>0<br>#()<br>#()</p><div dir="ltr"> <br>while I expect:<br>1<br>4<br>...<br>... (I don't get the registers.. Although it isn't necessary for me right now, could you maybe explain this as well if you have the time? I think it has something to do with back referencing, but I'm not sure.)</div><div dir="ltr"> <br> <br>Also, when I do this:</div><p style="margin-right: 0px;" dir="ltr">(scan "[\xD8-\xF6]*" "<test>")<br>0<br>6<br>#()<br>#() </p><p dir="ltr"><br>while I expect to get <em>nil.</em><br> <br>It seems as if the scanner doesn't do anything if the first character is part of the regex in the first example (because if I add a angular bracket to the front it does find it) and in the second it matches everything while the hexcode range is far outside the strings range so it shouldn't find anything. Am I doing something wrong?</p><p dir="ltr"> <br>Greatings,<br>Noldus<br></p>
                                          </div></body>
</html>