Regex to do ///?

2004-07-26 Thread Ian Marlier
Hi, all -- I've got another RegEx question, a follow-up to one that I asked earlier today: Given a string that looks like this: "This is a (string of words) that go together" I need to turn it into this: "This is a (stringofwords) that go together" Which is to say, I need to match one set of ch

Re: A RegEx question

2004-07-26 Thread Ian Marlier
> Ian Marlier wrote: >> Hi, all -- > > Howdy, > >> I'm in the process of writing a script to migrate from one wiki package to >> another. >> >> The old wiki help articles in a series of flat text files. The new one >> holds everything in M

A RegEx question

2004-07-26 Thread Ian Marlier
Hi, all -- I'm in the process of writing a script to migrate from one wiki package to another. The old wiki help articles in a series of flat text files. The new one holds everything in MySQL, so I need to parse the text files into a single SQL import script. I've got most of it, but there's on