<div dir="ltr">If the format is sufficiently simple a regex can be a very neat way to express the idea. Mostly people use parser combinators. Have a look at parsec / attoparsec on hackage.<br><div><br></div><div>Ben</div></div><br><div class="gmail_quote">On Sun Feb 22 2015 at 18:50:18 Roelof Wobben <<a href="mailto:r.wobben@home.nl">r.wobben@home.nl</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Im still busy with CIS 194<br>
<br>
Now im facing this problem.<br>
<br>
There is a log file of strings.<br>
<br>
Most of them are of this format   char  Number [chars]<br>
<br>
What is the best way to check if the string has this format ?<br>
<br>
Regex or another way ?<br>
<br>
Roelof<br>
<br>
______________________________<u></u>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" target="_blank">http://mail.haskell.org/cgi-<u></u>bin/mailman/listinfo/beginners</a><br>
</blockquote></div>