Re: [Pyparsing] parsing page
Brought to you by:
ptmcg
From: Paul M. <pt...@au...> - 2008-12-03 11:59:47
|
No, there is no limit that would cause pyparsing to stop at line 2 character 15. Are you using searchString or scanString to read through the source text? Maybe if you posted a bit more code, it would help to understand what your program is doing. -- Paul -----Original Message----- From: Boštjan Jerko [mailto:ml...@ja...] Sent: Wednesday, December 03, 2008 1:14 AM To: pyp...@li... Subject: [Pyparsing] parsing page 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pyparsing-users mailing list Pyp...@li... https://lists.sourceforge.net/lists/listinfo/pyparsing-users |