Re: [Tutor] Parsing multiple lines from text file using regex

2013-10-27 Thread Peter Otten
Marc wrote: > Hi, > I am having an issue with something that would seem have an easy solution, > which escapes me. I have configuration files that I would like to parse. > The data I am having issue with is a multi-line attribute that has the > following structure: > > banner > Banner text > B

[Tutor] Parsing multiple lines from text file using regex

2013-10-27 Thread Marc
Hi, I am having an issue with something that would seem have an easy solution, which escapes me. I have configuration files that I would like to parse. The data I am having issue with is a multi-line attribute that has the following structure: banner Banner text Banner text Banner text ... Th