Re-2: search for regular expression in text and put the results into an array

2009-11-05 Thread runrev260805
Matthias Original Message Subject: Re: search for regular expression in text and put the results into an array (05-Nov-2009 6:41) From:Jim Ault To: runrev260...@m-r-d.de > I don't use the xml library to do the simple tag processing for three > types of tags > Chunk

Re: search for regular expression in text and put the results into an array

2009-11-05 Thread Michael Kann
The first script that got away didn't count the frequency correctly. This one I hope does so. I also noticed that the other one referred to teams in the scripts and restaurants in the data. I guess I got hungry halfway through the project. I also changed fld "a" to fld "input" and fld "b" to fld

Re: search for regular expression in text and put the results into an array

2009-11-04 Thread Sarah Reichelt
> I have an XML file which looks similar like this. > > > > blah blah bla >   blah blah blah >       > > > The ... part is repeating many times, but with different > content. > > i want to put the ...part  into an array. So i get to know > how often this part is in the xml file. I then want to

search for regular expression in text and put the results into an array

2009-11-04 Thread runrev260805
Hi, I am absolutely new to XML, so please forgive me for this question. I have an XML file which looks similar like this. blah blah bla blah blah blah The ... part is repeating many times, but with different content. i want to put the ...part into an array. So i get to know how