<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have a string with two pointers to it. <div><br></div><div>Ex: abcdefghij</div><div><br></div><div>start_pointer at 'c'</div><div>end_pointer at 'g'</div><div><br></div><div>How to make ragel understand that it should parse only till 'g' in the above example?</div><div>Should I use the *pe variable? To set the end?</div><div><br></div><div>I tried setting the *pe value to point to next to g. But still it fails. </div><div>Please, let me know how I should approach this problem?</div>                                        </div></body>
</html>