[Pyparsing] parsing page
Brought to you by:
ptmcg
From: Boštjan J. <ml...@ja...> - 2008-12-03 07:59:39
|
Hello! I'd like to parse a page by searching if it contains searched word and after that I have a known syntax. Let me explain: <a lot of text with unknown length with possible line breaks> <searched word> <known syntax to parse> ..... If I try to use Word(alphas), it stops at line 2 charachter 15 (is there a limit)? Should I just use pythons index command? Hope I was clear with the question/explanation. Boštjan |