Regular Expression Help

santhosh kumar santhosh.cnp at gmail.com
Sun Mar 16 01:14:43 EDT 2008


Hi all,
 I have text like ,
STRINGTABLE
BEGIN
    ID_NEXT_PANE            "Cambiar a la siguiente sección de laventana
\nSiguiente sección"
    ID_PREV_PANE            "Regresar a la sección anterior de
laventana\nSección anterior"
END
STRINGTABLE
BEGIN
    ID_VIEW_TOOLBAR         "Mostrar u ocultar la barra de
herramientas\nMostrar/Ocultar la barra de herramientas"
    ID_VIEW_STATUS_BAR      "Mostrar u ocultar la barra de
estado\nMostrar/Ocultar la barra de estado"
END
................................
....................................
..........................................

and i need to parse from STRINGTABLE to END as a list object. whatkind of
regular expression should i write.

-- 
Regards,
Santhoshkumar.S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080316/86dbab8d/attachment.html>


More information about the Python-list mailing list